12 lines
No EOL
213 B
YAML
12 lines
No EOL
213 B
YAML
name: CI
|
|
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
- name: Status
|
|
run: git status
|
|
- name: Host
|
|
run: cat /etc/hosts |