TEST: toml check should fail

This commit is contained in:
Paul Campbell 2025-01-12 15:19:27 +00:00
parent 55356eb302
commit 81ec6e30db
2 changed files with 4 additions and 1 deletions

View file

@ -21,6 +21,9 @@ jobs:
docker.io/tamasfe/taplo:0.9.3 docker.io/tamasfe/taplo:0.9.3
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: toml format - name: toml format
run: taplo format --check run: taplo format --check

View file

@ -1,4 +1,4 @@
[package] package]
name = "skip" name = "skip"
version = "0.2.1" version = "0.2.1"
edition = "2021" edition = "2021"