TEST: toml check should fail

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

View file

@ -22,7 +22,8 @@ jobs:
steps:
- name: toml format
run: taplo format --check
# run: taplo format --check
run: pwd
build:
runs-on: docker

View file

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