Skip to content

add release trigger that takes a tag as input (#3821) #517

add release trigger that takes a tag as input (#3821)

add release trigger that takes a tag as input (#3821) #517

Workflow file for this run

name: Lint
on:
push:
branches: [main, 3.1.x]
pull_request:
branches: [main, 3.1.x]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: j178/prek-action@v1