Updated code to build properly when running as a sub-module of the Senzing build. #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint workflows | |
on: | |
push: | |
branches-ignore: [main] | |
pull_request: | |
branches: [main] | |
permissions: | |
contents: read | |
packages: read | |
pull-requests: read | |
statuses: write | |
jobs: | |
lint-workflows: | |
uses: senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v2 |