Skip to content

Merge pull request #21 from ember-learn/prettier #2

Merge pull request #21 from ember-learn/prettier

Merge pull request #21 from ember-learn/prettier #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request: {}
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run lint
# - run: npm run test # TODO add some tests 🙈