Skip to content

fix(deps): update all non-major dependencies in .github/workflows/tinygo.yml #5554

fix(deps): update all non-major dependencies in .github/workflows/tinygo.yml

fix(deps): update all non-major dependencies in .github/workflows/tinygo.yml #5554

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
permissions: {}
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: 1.26.x
cache: true
- run: go run mage.go lint