chore(ci): it should stop ci from running the same action twice
add basic test to check ci chore(ci): hopefully adds cache for tests
This commit is contained in:
parent
75f2c033fb
commit
ecb9919e02
4 changed files with 47 additions and 2 deletions
8
.github/workflows/linters.yml
vendored
8
.github/workflows/linters.yml
vendored
|
|
@ -1,5 +1,11 @@
|
|||
name: linters
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
linters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue