Skip to content

Merge pull request #15 from ember-tooling/release-preview #33

Merge pull request #15 from ember-tooling/release-preview

Merge pull request #15 from ember-tooling/release-preview #33

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
##############################################################
jobs:
lints:
name: "Lints"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: wyvox/action@v1
- run: pnpm lint