TEST: toml check should fail
This commit is contained in:
parent
55356eb302
commit
d59fff5c4e
2 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: toml format
|
||||
run: taplo format --check
|
||||
# run: taplo format --check
|
||||
run: pwd
|
||||
|
||||
build:
|
||||
runs-on: docker
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[package]
|
||||
package]
|
||||
name = "skip"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Add table
Reference in a new issue