Skip to content

lotteryのrequest specを追加 #455

lotteryのrequest specを追加

lotteryのrequest specを追加 #455

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop
- name: Slim Lint
run: bundle exec slim-lint app/views