Skip to content

Commit

Permalink
ci: pre-commit in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomariobros committed Sep 10, 2024
1 parent e9e2dce commit ea2a4f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.17

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-go@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17

- name: Install pre-commit
run: sudo apt install -y pre-commit
Expand Down

0 comments on commit ea2a4f9

Please sign in to comment.