github: add a scheduled action to run Coverity #296
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: Run spread | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
spread: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: canonical/[email protected] | |
- uses: actions/checkout@v2 | |
- name: Install spread | |
run: | | |
go install github.com/snapcore/spread/cmd/spread@latest | |
- name: Run the spread test inside LXD | |
run: | | |
~/go/bin/spread -v lxd: | |