diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-22 15:02:31 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-22 15:02:31 -0700 |
| commit | 0e5690283b514f570c6b2ff5b95bc28317cd9809 (patch) | |
| tree | 2d3a3756e38f8f3fd8c5e8c270e5a8a4b6d37eec | |
| parent | 8e764ce96a92633e79e560f2ebb9656eca6cec67 (diff) | |
chore: script -> bin
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3052995..d4f2326 100644 --- a/.github/workflows/main.yml +++ b/.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 |
