Skip to content

chore(deps): update pre-commit hook biomejs/pre-commit to v2.4.12 (#739) #2421

chore(deps): update pre-commit hook biomejs/pre-commit to v2.4.12 (#739)

chore(deps): update pre-commit hook biomejs/pre-commit to v2.4.12 (#739) #2421

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@v1.3.1
- uses: actions/checkout@v6
- name: setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
only-new-issues: true
- name: megalinter
uses: oxsecurity/megalinter@v9
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false