Skip to content

Build(deps-dev): Bump eslint-plugin-ember from 11.5.1 to 11.11.1 (#1813) #3067

Build(deps-dev): Bump eslint-plugin-ember from 11.5.1 to 11.11.1 (#1813)

Build(deps-dev): Bump eslint-plugin-ember from 11.5.1 to 11.11.1 (#1813) #3067

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
name: JS and HBS
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
- name: Lint JS
run: pnpm lint:js
- name: Lint HBS
run: pnpm lint:hbs