Compare commits
2 Commits
b8ac9e0698
...
117fecd008
| Author | SHA1 | Date | |
|---|---|---|---|
| 117fecd008 | |||
| 19a3bd1141 |
11
.github/workflows/ci.yml
vendored
Normal file
11
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: CI
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Say hello
|
||||||
|
run: echo "Hello world!"
|
||||||
Reference in New Issue
Block a user