Actualizar .forgejo/workflows/ci.yaml
All checks were successful
Lint and Check Types / Validations (pull_request) Successful in 1m19s
All checks were successful
Lint and Check Types / Validations (pull_request) Successful in 1m19s
This commit is contained in:
parent
5bd08c5a36
commit
e648247d38
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
name: Lint and Check Types
|
name: Lint and Check Types
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
validations:
|
validations:
|
||||||
name: Validations
|
name: Validations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue