Skip to content

Bump ossf/scorecard-action from 2.1.2 to 2.2.0 #10

Bump ossf/scorecard-action from 2.1.2 to 2.2.0

Bump ossf/scorecard-action from 2.1.2 to 2.2.0 #10

Workflow file for this run

name: Run Unit/Integration tests
on:
# push:
# branches: [ "main", "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "develop"]
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test