forked from NationTech/harmony
feat: Add basic CI configuration
This commit is contained in:
parent
6e7148a945
commit
f4ef895d2e
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
|
Loading…
Reference in New Issue
Block a user