Skip to content

Commit

Permalink
ci(pr): fix job
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 25, 2023
1 parent 678c0f2 commit 0ee8762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ on:
# Common Go workflows from go faster
# See https://github.com/go-faster/x
jobs:
test:
uses: go-faster/x/.github/workflows/main.yml@main
lint:
uses: go-faster/x/.github/workflows/lint.yml@main
commit:
uses: go-faster/x/.github/workflows/commit.yml@main
1 change: 1 addition & 0 deletions .github/workflows/x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: x
on:
push:
branches: [main]
pull_request:

# Common Go workflows from go faster
# See https://github.com/go-faster/x
Expand Down

0 comments on commit 0ee8762

Please sign in to comment.