Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann authored Jan 7, 2025
2 parents 673f2c5 + 2e98d87 commit 5adc712
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 427 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: "Lint and test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version-file: 'go.mod'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -30,14 +30,13 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install required dependencies
run: |
sudo apt install -y git curl
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs

- uses: actions/setup-node@v4
with:
node_version: 'latest'

- name: Install commitlint
run: |
Expand Down
Loading

0 comments on commit 5adc712

Please sign in to comment.