mirror of
https://github.com/blackboxprogramming/new_world.git
synced 2026-03-17 05:57:17 -05:00
ci: add CI workflow
This commit is contained in:
8
.github/workflows/ci.yml
vendored
Normal file
8
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: CI
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: echo "Build steps pending"
|
||||||
Reference in New Issue
Block a user