diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/sw.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml deleted file mode 100644 index 085796c..0000000 --- a/.github/workflows/sw.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: sw - -on: [push, pull_request] - -jobs: - build: - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [windows-latest, ubuntu-latest, macOS-latest] - - steps: - - uses: actions/checkout@v1 - - uses: egorpugin/sw-action@master - - - name: build - run: ./sw build - - - name: test - run: ./sw test |