Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
81ec6e30db |
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[package]
|
||||
package]
|
||||
name = "skip"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Add table
Reference in a new issue