1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Require lint code check (#50190)

This commit is contained in:
Kevin Heis
2024-04-17 10:12:28 -07:00
committed by GitHub
parent e1673ed7df
commit 96582d8a47

View File

@@ -6,20 +6,8 @@ name: Lint code
on:
workflow_dispatch:
merge_group:
pull_request:
paths:
- '**.js'
- '**.mjs'
- '**.ts'
- '**.tsx'
- '**.yaml'
- '**.yml'
- '**.scss'
- .eslintrc.cjs
# In case something like eslint or tsc or prettier upgrades
- 'package-lock.json'
# In case one of the script definitions changed
- 'package.json'
permissions:
contents: read