feat: Add basic CI configuration
Some checks failed
Run Check Script / check (push) Failing after 51s
Some checks failed
Run Check Script / check (push) Failing after 51s
This commit is contained in:
14
.gitea/workflows/check.yml
Normal file
14
.gitea/workflows/check.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: Run Check Script
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: rust-cargo
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run check script
|
||||||
|
run: bash check.sh
|
||||||
Reference in New Issue
Block a user