Skip to content

Update GitHub actions #15

Update GitHub actions

Update GitHub actions #15

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3