Skip to content

Merge pull request #12 from ember-tooling/NullVoxPopuli-patch-1 #24

Merge pull request #12 from ember-tooling/NullVoxPopuli-patch-1

Merge pull request #12 from ember-tooling/NullVoxPopuli-patch-1 #24

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- master
- main
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
js:
name: "JavaScript"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm exec prettier --check .