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:
|
steps:
|
||||||
- name: toml format
|
- name: toml format
|
||||||
run: taplo format --check
|
# run: taplo format --check
|
||||||
|
run: pwd
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
@ -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