Deploy releases by GitHub actions #1470
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
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
name: Check that dependabot is set up properly | |
jobs: | |
dependacheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Check that images are checked by dependabot | |
run: | | |
./tools/dependacheck/dependacheck.sh |