compute MainPod.id from pub_statements; and introduce the trait ToFields
#14
This file contains hidden or 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: typos | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| typos: | |
| if: github.event.pull_request.draft == false | |
| name: Spell Check with Typos | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Use typos with config file | |
| uses: crate-ci/typos@master | |
| with: | |
| config: .github/workflows/typos.toml | |