Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
81ec6e30db TEST: toml check should fail 2025-01-12 15:22:36 +00:00
2 changed files with 4 additions and 1 deletions

View file

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

View file

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