Commit 0e56902
Changed files (1)
.github
workflows
.github/workflows/main.yml
@@ -14,8 +14,8 @@ jobs:
with:
ruby-version: 3.0.3
bundler-cache: true
- - run: ./script/setup
- - run: ./script/lint
+ - run: ./bin/setup
+ - run: ./bin/lint
test:
runs-on: ubuntu-latest
strategy:
@@ -28,5 +28,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- - run: ./script/setup
- - run: ./script/test
+ - run: ./bin/setup
+ - run: ./bin/test