Skip to content

ci(validate.yml): fix typo to match config file #63

ci(validate.yml): fix typo to match config file

ci(validate.yml): fix typo to match config file #63

Workflow file for this run

name: Linting
on:
workflow_call: # https://docs.github.com/en/actions/using-workflows/reusing-workflows
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint