Skip to content

Precommit

Precommit #1

Workflow file for this run

name: Feature branch
on:
push:
branches-ignore:
[master]
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yaml
secrets: inherit