mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-27 01:06:09 +00:00
Update mystery-events.yml
This commit is contained in:
parent
0c397db686
commit
2b8246e2f4
8
.github/workflows/mystery-events.yml
vendored
8
.github/workflows/mystery-events.yml
vendored
@ -14,8 +14,8 @@ on:
|
|||||||
- mystery-battle-events # Trigger on pull request events targeting the mystery-battle-events branch
|
- mystery-battle-events # Trigger on pull request events targeting the mystery-battle-events branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-linters: # Define a job named "run-linters"
|
lint: # Define a job named "run-linters"
|
||||||
name: Run linters # Human-readable name for the job
|
name: Lint # Human-readable name for the job
|
||||||
runs-on: ubuntu-latest # Specify the latest Ubuntu runner for the job
|
runs-on: ubuntu-latest # Specify the latest Ubuntu runner for the job
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -33,8 +33,8 @@ jobs:
|
|||||||
- name: eslint # Step to run linters
|
- name: eslint # Step to run linters
|
||||||
run: npm run eslint-ci
|
run: npm run eslint-ci
|
||||||
|
|
||||||
run-tests: # Define a job named "run-tests"
|
test: # Define a job named "run-tests"
|
||||||
name: Run tests # Human-readable name for the job
|
name: Test # Human-readable name for the job
|
||||||
runs-on: ubuntu-latest # Specify the latest Ubuntu runner for the job
|
runs-on: ubuntu-latest # Specify the latest Ubuntu runner for the job
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user