Skip to content

Improve repository checks #6

Improve repository checks

Improve repository checks #6

Workflow file for this run

name: JS Checks
on:
pull_request:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
run-checks-and-tests:
uses: bloq/actions/.github/workflows/js-checks.yml@v1