Skip to content

build(deps): bump golangci/golangci-lint-action from 3 to 6 #106

build(deps): bump golangci/golangci-lint-action from 3 to 6

build(deps): bump golangci/golangci-lint-action from 3 to 6 #106

Workflow file for this run

name: Pull Request Lint
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: pr-lint
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}