Skip to content

Merge pull request #166 from MikeMcC399/remove/linting-family #47

Merge pull request #166 from MikeMcC399/remove/linting-family

Merge pull request #166 from MikeMcC399/remove/linting-family #47

Workflow file for this run

name: Test and Release (if master)
on:
push:
pull_request:
branches:
- 'master'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm test
# - if: github.ref == 'refs/heads/master'
# run: npm run semantic-release