Skip to content

Commit 74a79c8

Browse files
committed
Standardize GH Actions
1 parent a6124c4 commit 74a79c8

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

.github/workflows/duster-lint.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
20+
args: lint

.github/workflows/duster.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: cp .env.testing.example .env.testing
3030

3131
- name: Run PHP tests
32-
run: vendor/bin/pest
32+
run: php artisan test

0 commit comments

Comments
 (0)