7
Some checks failed
Continuous Integration / Docker Tests (push) Failing after 7s
Continuous Integration / GitHub Actions Test (push) Failing after 1s
Lint Codebase / Lint Codebase (push) Failing after 34s
/ A job to say hello (push) Failing after 1s

This commit is contained in:
Arswarog 2025-03-20 13:12:59 +03:00
parent 2332c0046c
commit 2fa12c328d
2 changed files with 8 additions and 4 deletions

View File

@ -3,10 +3,12 @@ name: Continuous Integration
on:
pull_request:
branches:
- main
- master
- dev
push:
branches:
- main
- master
- dev
permissions:
contents: read

View File

@ -3,10 +3,12 @@ name: Lint Codebase
on:
pull_request:
branches:
- main
- master
- dev
push:
branches:
- main
- master
- dev
permissions:
contents: read