Skip to content

Merge pull request #1 from GordonBeeming/gb/currencies-1 #21

Merge pull request #1 from GordonBeeming/gb/currencies-1

Merge pull request #1 from GordonBeeming/gb/currencies-1 #21

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go vet ./...
- run: go test ./...
- run: go build ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: "v2.10"