Skip to content

Merge pull request #12 from gitevents/dependabot/npm_and_yarn/word-wr… #16

Merge pull request #12 from gitevents/dependabot/npm_and_yarn/word-wr…

Merge pull request #12 from gitevents/dependabot/npm_and_yarn/word-wr… #16

Workflow file for this run

name: Publish
permissions:
contents: write
deployments: write
issues: read
pull-requests: write
on:
push:
branches:
- 'main'
jobs:
test:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test
- run: npm run build
- run: npx semantic-release