Merge pull request #71 from opus-codium/sync-with-voxpupuli #19
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: noop run | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
unit: | |
runs-on: ubuntu-latest | |
name: Run msync --noop against all modules | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Setup ruby | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 2.7 | |
bundler-cache: true | |
- name: Run msync --noop | |
run: bundle exec msync update --noop --git-base=https://github.com/ |