TEST: toml check should fail
This commit is contained in:
parent
55356eb302
commit
81ec6e30db
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[package]
|
package]
|
||||||
name = "skip"
|
name = "skip"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Reference in a new issue