@@ -0,0 +1,14 @@
|
||||
name: CI
|
||||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Workspace info
|
||||
run: |
|
||||
echo "=== Files ==="
|
||||
ls -la
|
||||
echo ""
|
||||
echo "=== Git status ==="
|
||||
git log --oneline -5
|
||||
Reference in New Issue
Block a user