diff options
| author | sD <stoned@derpymail.org> | 2019-12-26 20:29:06 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-26 20:29:06 +0100 |
| commit | 126b41099306ce2efe63192ca37baf42e041e406 (patch) | |
| tree | 40f3270bb7fdadbf6f35d08790281a834be161b4 /.github | |
| parent | f0393a086156469ba3a9777f327d690fe20f81bc (diff) | |
Revert "CI for webAO?"
This reverts commit f0393a086156469ba3a9777f327d690fe20f81bc.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/webpack.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml deleted file mode 100644 index d8bf90e..0000000 --- a/.github/workflows/webpack.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: webpack - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [10.x, 12.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm build - run: | - npm ci - npm run build --if-present - env: - CI: true
\ No newline at end of file |
