Skip to content

Build(deps-dev): Bump ember-template-lint from 5.13.0 to 6.1.0 #4029

Build(deps-dev): Bump ember-template-lint from 5.13.0 to 6.1.0

Build(deps-dev): Bump ember-template-lint from 5.13.0 to 6.1.0 #4029

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
name: JS and HBS
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- name: Lint JS
run: pnpm lint:js
- name: Lint HBS
run: pnpm lint:hbs