Skip to content

build: bump semantic-release from 21.1.2 to 22.0.7 #39

build: bump semantic-release from 21.1.2 to 22.0.7

build: bump semantic-release from 21.1.2 to 22.0.7 #39

Workflow file for this run

name: checks
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Npm run test
run: npm run lint
call-security-scanners-workflow:
uses: affinidi/pipeline-security/.github/workflows/security-scanners.yml@feat/check-inherit
with:
config-path: .github/labeler.yml
secrets: inherit