Skip to content

Commit

Permalink
ci: check resulting TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Aug 18, 2024
1 parent a52da6e commit 4d96f45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: oknozor/cocogitto-action@v3
expand_template:
name: Expand Template
runs-on: ubuntu-latest
runs-on: tamasfe/taplo:0.8.0
env:
PROJECT_NAME: basic-tests
CARGO_GENERATE_VALUE_CI: true
Expand All @@ -60,5 +60,6 @@ jobs:
- run: |
mv $PROJECT_NAME ${{ runner.temp }}/
cd ${{ runner.temp }}/$PROJECT_NAME
# TODO: add more test / do CI steps?
# IMPROVEMENT: add more tests / CI steps
cargo check
taplo fmt --check --diff

0 comments on commit 4d96f45

Please sign in to comment.