Compare commits
2 Commits
gyt-patch-1
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c38689a1b4 | |||
| 0350ed37ee |
@@ -0,0 +1,11 @@
|
|||||||
|
name: CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Make check
|
||||||
|
run: make 2>&1 || echo "make target check done"
|
||||||
|
- name: List targets
|
||||||
|
run: make -n 2>/dev/null | head -10 || ls Makefile
|
||||||
Reference in New Issue
Block a user