mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +02:00
fix workflow file
This commit is contained in:
parent
f58276f603
commit
b7656ae07e
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -1,9 +1,11 @@
|
|||||||
name: eslint
|
name: eslint
|
||||||
on:
|
on:
|
||||||
- push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- pull_request
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
Loading…
Reference in New Issue
Block a user