We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6124c4 commit 74a79c8Copy full SHA for 74a79c8
.github/workflows/duster-lint.yml
@@ -0,0 +1,20 @@
1
+name: Duster Lint
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
8
+jobs:
9
+ duster:
10
+ runs-on: ubuntu-latest
11
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ with:
15
+ ref: ${{ github.event.pull_request.head.ref }}
16
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
17
+ - name: "Duster Lint"
18
+ uses: tighten/duster-action@v3
19
20
+ args: lint
.github/workflows/duster.yml
.github/workflows/tests.yml
@@ -29,4 +29,4 @@ jobs:
29
run: cp .env.testing.example .env.testing
30
31
- name: Run PHP tests
32
- run: vendor/bin/pest
+ run: php artisan test
0 commit comments