Skip to content

Merge pull request #2 from C4T-BuT-S4D/pomo/new-ci #5

Merge pull request #2 from C4T-BuT-S4D/pomo/new-ci

Merge pull request #2 from C4T-BuT-S4D/pomo/new-ci #5

Workflow file for this run

name: tests
on:
- push
- pull_request
jobs:
code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --config .golangci.yml