mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-16 04:54:52 +02:00
added first workflow test && ignore all .env files
This commit is contained in:
parent
a4fd23ee45
commit
0ff3333168
8
.github/workflows/workflow.yml
vendored
Normal file
8
.github/workflows/workflow.yml
vendored
Normal 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
1
.gitignore
vendored
@ -17,3 +17,4 @@ mix-manifest.json
|
||||
/app/*.js*
|
||||
/app/*.css*
|
||||
.vscode
|
||||
.env
|
||||
|
Loading…
Reference in New Issue
Block a user