Skip to content

ci:lint

ci:lint #2520

Workflow file for this run

name: ci:lint
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Continuous integration (lint)
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install 💾
uses: ./.github/actions/install
- name: Lint 👕
run: meteor npm run lint