Skip to content

Commit

Permalink
Update fix-dryrun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorotech authored Apr 12, 2023
1 parent 6af1734 commit 2244f47
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fix-dryrun.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Fix (Dry run)
on:
pull_request:
branches: master
branches: [ master ]

jobs:
fix-dryrun:
Expand All @@ -11,7 +11,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.18
id: go

- name: Check out code
uses: actions/checkout@v3
Expand All @@ -24,6 +23,3 @@ jobs:
git config core.ignorecase false
git status
git diff
- name: Run check
run: make check

0 comments on commit 2244f47

Please sign in to comment.