Skip to content

build(deps-dev): bump eslint-plugin-n from 16.4.0 to 16.5.0 (#410) #182

build(deps-dev): bump eslint-plugin-n from 16.4.0 to 16.5.0 (#410)

build(deps-dev): bump eslint-plugin-n from 16.4.0 to 16.5.0 (#410) #182

Workflow file for this run

name: main-ci
on:
push:
branches:
- 'main'
- 'main-*'
jobs:
install-build:
uses: ./.github/workflows/build-lint.yml
secrets: inherit
unit-integration-test:
uses: ./.github/workflows/unit-integration-test.yml
secrets: inherit
sonar-scan:
uses: ./.github/workflows/sonar.yml
secrets: inherit
needs: unit-integration-test