mirror of
https://github.com/blackboxprogramming/aria-infrastructure-queen.git
synced 2026-03-17 07:57:20 -05:00
add standard workflows
This commit is contained in:
21
.github/workflows/core-ci.yml
vendored
Normal file
21
.github/workflows/core-ci.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: CORE CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
|
||||
jobs:
|
||||
guard:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Guardrail
|
||||
run: echo "CORE repo guardrail active"
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Lint placeholder
|
||||
run: echo "Add lint/test here"
|
||||
Reference in New Issue
Block a user