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:
Oleksandr Smirnov 2025-02-17 15:51:28 +02:00
parent 75f2c033fb
commit ecb9919e02
No known key found for this signature in database
4 changed files with 47 additions and 2 deletions

View file

@ -1,5 +1,11 @@
name: linters
on: [push, pull_request]
on:
push:
branches:
- main
- develop
pull_request:
jobs:
linters: