Skip to content

feat: create new cspell hook #128

feat: create new cspell hook

feat: create new cspell hook #128

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
NPM_AUTH_TOKEN: ${{ secrets.ARTIFACTORY_NPM_AUTH_TOKEN }}
jobs:
lint:
name: Lint
runs-on: [self-hosted, general-ubuntu]
steps:
- uses: open-turo/actions-node/lint@v6
with:
github-token: ${{ secrets.TURO_GITHUB_TOKEN }}
npm-auth-token: ${{ secrets.ARTIFACTORY_NPM_AUTH_TOKEN }}
internal-dependency-prefixes: "@turo"
test:
name: Test
runs-on: ubuntu-latest
steps:
- run: echo no tests
shell: bash