Skip to content

Extract workflows from build job to new lint and test jobs #13

Extract workflows from build job to new lint and test jobs

Extract workflows from build job to new lint and test jobs #13

Workflow file for this run

name: Lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: ./.github/workflows/setup.yml
- name: commitlint
run: npm run commitlint
- name: lint
run: npm run lint