Skip to content

Commit 2244f47

Browse files
authored
Update fix-dryrun.yml
1 parent 6af1734 commit 2244f47

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/fix-dryrun.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Fix (Dry run)
22
on:
33
pull_request:
4-
branches: master
4+
branches: [ master ]
55

66
jobs:
77
fix-dryrun:
@@ -11,7 +11,6 @@ jobs:
1111
uses: actions/setup-go@v4
1212
with:
1313
go-version: 1.18
14-
id: go
1514

1615
- name: Check out code
1716
uses: actions/checkout@v3
@@ -24,6 +23,3 @@ jobs:
2423
git config core.ignorecase false
2524
git status
2625
git diff
27-
28-
- name: Run check
29-
run: make check

0 commit comments

Comments
 (0)