Skip to content

refactor pos e2e so it fails fast #899

refactor pos e2e so it fails fast

refactor pos e2e so it fails fast #899

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_call:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Lint Golang
run: ./scripts/lint.sh
- name: Check License
run: |
go install github.com/google/[email protected]
addlicense -f ./LICENSE.header -check -v ./**/*.go ./**/**/*.go ./**/**/**/*.go ./**/**/**/**/*.go