Skip to content

Remove Node vulnerability scan #272

Remove Node vulnerability scan

Remove Node vulnerability scan #272

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
go:
uses: ./.github/workflows/golang.yml
node:
uses: ./.github/workflows/node.yml
scan:
uses: ./.github/workflows/scan.yml
pull-request:
needs:
- go
- node
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"