Skip to content

Initial commit (Version 1.0.0) #1

Initial commit (Version 1.0.0)

Initial commit (Version 1.0.0) #1

Workflow file for this run

name: Linting
on:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: cap-js/.github/.github/workflows/lint.yml@main
secrets: inherit