Skip to content

fix: guard and perspective selector translation (#587) #418

fix: guard and perspective selector translation (#587)

fix: guard and perspective selector translation (#587) #418

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-xxl
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5.2.0
with:
go-version: '>=1.20'
- run: make test
lint:
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-med
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5.2.0
with:
go-version: '>=1.20'
# Setup environment
- run: make install
# Do the linting
- run: make lint