Skip to content

build(deps-dev): bump ws from 7.5.9 to 7.5.10 #16

build(deps-dev): bump ws from 7.5.9 to 7.5.10

build(deps-dev): bump ws from 7.5.9 to 7.5.10 #16

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn test
- run: yarn lint
release:
name: Release
needs: test
if: ${{ github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn semantic-release