Skip to content

feat: migrate to semantic-release 24 #11

feat: migrate to semantic-release 24

feat: migrate to semantic-release 24 #11

Workflow file for this run

# Builds the package and runs all tests.
name: CI
on:
push:
branches-ignore:
- master
- develop
- release-*
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install modules
run: npm install --no-audit --ignore-scripts
- name: Lint
run: npm run lint