Skip to content

chore: semantic-release-npm #7

chore: semantic-release-npm

chore: semantic-release-npm #7

Workflow file for this run

name: Blue Ball
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18.17.1
- run: npm ci --ignore-scripts
- run: npm test
- run: npm run build