Merge pull request 'enhance/actions/lint-test' (#4) from enhance/actions/lint-test into staging
All checks were successful
Lint and Test / lint (pull_request) Successful in 10m16s
Lint and Test / test (pull_request) Successful in 10m6s

Reviewed-on: #4
This commit is contained in:
Euphoria Laxis 2024-10-22 17:53:38 +02:00
commit 82e5d06e76

View File

@ -1,6 +1,16 @@
name: Lint and Test
on: push
on:
push:
branches:
- features/*
- testing/*
- fix/*
- enhance/*
pull_request:
branches:
- master
- staging
jobs:
lint: