Skip to content

fix(gha): move fake location (#54) #1

fix(gha): move fake location (#54)

fix(gha): move fake location (#54) #1

Workflow file for this run

name: Full CI for go code
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3