Skip to content

Merge pull request #9 from embroider-build/ember-cli-update #5

Merge pull request #9 from embroider-build/ember-cli-update

Merge pull request #9 from embroider-build/ember-cli-update #5

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm lint