Commit 0e56902

mo khan <mo@mokhan.ca>
2021-12-22 22:02:31
chore: script -> bin
1 parent 8e764ce
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