Skip to content

chore: set up code of conduct #6

chore: set up code of conduct

chore: set up code of conduct #6

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch: # run manually from actions tab
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {} # Set permissions at the job level
jobs:
lint:
uses: ./.github/workflows/_lint.yml