Skip to content

feat!: support Ember 5.12, 6.8, 6.12 and 7.x, drop legacy Ember/Node support #417

feat!: support Ember 5.12, 6.8, 6.12 and 7.x, drop legacy Ember/Node support

feat!: support Ember 5.12, 6.8, 6.12 and 7.x, drop legacy Ember/Node support #417

Workflow file for this run

name: commitlint
on:
push:
branches:
- master
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5