Skip to content

echo is_latest

echo is_latest #3

Workflow file for this run

name: lint
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rebase
- uses: ./.github/actions/setup-go
- uses: golangci/[email protected]
with:
version: latest
working-directory: '.'