"Adding Downsampling@0.1.0 package to registry via mason publish" #35
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: Mason Registry CI | |
on: | |
pull_request: | |
paths: | |
- 'Bricks/**' | |
jobs: | |
checks_for_package: | |
name: Check Package | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 3 | |
persist-credentials: false | |
- name: Run checkTomlScript | |
run: | | |
bash ./checkTomls.bash | |
- name: Reconfigure git to use HTTPS | |
run: > | |
git config --global url."https://github.com/".insteadof | |
ssh://git@github.com/ | |
- name: CI Check package | |
run: | | |
bash ./util/runMasonCI.bash | |