Proposed affiliate package: Craterstats #12
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
on: | |
pull_request: | |
branches: | |
- src | |
jobs: | |
nikola_build: | |
runs-on: ubuntu-latest | |
name: 'Nikola Build Only' | |
steps: | |
- name: Check out | |
uses: actions/checkout@v2 | |
- name: Build Nikola | |
uses: getnikola/nikola-action@v8 | |
with: | |
dry_run: true |