Skip to content

chore(deps): update code.forgejo.org/forgejo/runner docker tag to v6.3.0 #125

chore(deps): update code.forgejo.org/forgejo/runner docker tag to v6.3.0

chore(deps): update code.forgejo.org/forgejo/runner docker tag to v6.3.0 #125

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
jsonnet:
name: jsonnet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
experimental: true
- name: Run lint
run: mise run lint