Skip to content

fix(deps): update act to 0.2.69 #171

fix(deps): update act to 0.2.69

fix(deps): update act to 0.2.69 #171

Workflow file for this run

name: tests
on:
push: { }
pull_request: { }
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Install Task
uses: arduino/setup-task@v1
- name: Install dependencies
run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
- name: Run lint
run: task lint
- name: Run tests
run: task test