Skip to content

Commit 6959aeb

Browse files
committed
add test.yml
1 parent 959ee1e commit 6959aeb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lint Awesome List
2+
on: [push, pull_request]
3+
jobs:
4+
lint:
5+
name: Lint Code
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v1.0.0
9+
- name: test code
10+
run: |
11+
chmod +x ./tests.sh
12+
sudo apt install -y php
13+
./tests.sh
14+

0 commit comments

Comments
 (0)