Skip to content

Migrate tests to nodejs runner #1051

Migrate tests to nodejs runner

Migrate tests to nodejs runner #1051

Workflow file for this run

name: Linting
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
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