mirror of
https://github.com/blackboxprogramming/native-ai-quantum-energy.git
synced 2026-03-18 03:34:03 -05:00
ci: add CI workflow
This commit is contained in:
9
.github/workflows/ci.yml
vendored
Normal file
9
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: CI
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: sudo apt-get install -y shellcheck
|
||||||
|
- run: find . -name "*.sh" -exec shellcheck {} + || true
|
||||||
Reference in New Issue
Block a user