Remove extra whitespace at end of line and blank lines at end of file #10
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: Test Single Pkg Workflow | |
on: | |
push: | |
branches: | |
- develop | |
paths-ignore: | |
- 'docs/**' | |
- '.github/**' | |
pull_request: | |
branches: [ develop ] | |
schedule: | |
- cron: "0 7 * * *" | |
workflow_dispatch: | |
jobs: | |
build_single_pkg: | |
name: test single pkg | |
uses: art-daq/.github/.github/workflows/artdaq-test-single-pkg.yml@stable |