Fix tcg-dice-Ueid extension OID #374
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: Continuous Integration | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
ubuntu: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
# The runner image has rustup with stable (with clippy and rustfmt). So we | |
# just need to update to use the most recent stable. | |
- run: rustup update | |
- run: ./ci.sh |