Skip to content

feat: refactor (#25) #61

feat: refactor (#25)

feat: refactor (#25) #61

Workflow file for this run

name: linux
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run all tests
run: |
git config --global user.name "ci"
git config --global user.email "ci@test.com"
./run-test