forked from ebhomengo/niki
Compare commits
4 Commits
stage/ruho
...
develop
Author | SHA1 | Date |
---|---|---|
Erfan Mohammadi | 89b23d1999 | |
Erfan Mohammadi | 8968eea907 | |
Erfan Mohammadi | 9ec80deb62 | |
Erfan Mohammadi | c1090b1516 |
|
@ -0,0 +1,12 @@
|
|||
name: checks
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: check and test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: hello
|
||||
run: echo "hello world"
|
Loading…
Reference in New Issue