added first workflow test && ignore all .env files

This commit is contained in:
knoxfighter 2020-11-22 01:50:48 +01:00
parent a4fd23ee45
commit 0ff3333168
2 changed files with 9 additions and 0 deletions

8
.github/workflows/workflow.yml vendored Normal file
View File

@ -0,0 +1,8 @@
on: [push, pull_request]
jobs:
test-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: make app/bundle

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ mix-manifest.json
/app/*.js*
/app/*.css*
.vscode
.env