Add a new check
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
name: "PR Checks"
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test_something:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "All is fine."
|
||||||
|
|
||||||
Reference in New Issue
Block a user