added success test action

This commit is contained in:
Serhiy Mytrovtsiy 2021-10-22 20:41:41 +02:00
parent f7f2ea6010
commit 1bbab914fb

12
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,12 @@
name: test
on: [push]
jobs:
success:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
echo $'html {\n width: 100%;\n height: 10%;\n}' > main.css
- uses: ./