Skip to content

Commit

Permalink
ci: update ci things
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Sep 17, 2024
1 parent d8c37d4 commit 1aec49d
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,42 @@
name: Run CI Tests
on: [push]
on:
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
push:
branches:
- 'main'
jobs:
run-lint:
runs-on: ubuntu-22.04
timeout-minutes: 5
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v3
with:
version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
version: v1.61.0
skip-cache: true
run-copywrite:
timeout-minutes: 5
runs-on:
ubuntu-22.04
ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/[email protected].2
- uses: hashicorp/[email protected].3
- name: verify copyright
run: |
copywrite headers --plan
run-tests:
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- macos-14
Expand Down

0 comments on commit 1aec49d

Please sign in to comment.