File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15- - uses : mcbeet/check-commands@v1.1
15+ - uses : mcbeet/check-commands@v1
1616 with :
1717 source : path/to/my_data_pack
1818` ` `
@@ -33,31 +33,31 @@ This github action installs [`mecha`](https://github.com/mcbeet/mecha) in an iso
3333Check a data pack when the `pack.mcmeta` file is at the root of the repository.
3434
3535` ` ` yml
36- - uses: mcbeet/check-commands@v1.1
36+ - uses: mcbeet/check-commands@v1
3737 with:
3838 source: .
3939` ` `
4040
4141Check a data pack located in the `src` directory.
4242
4343` ` ` yml
44- - uses: mcbeet/check-commands@v1.1
44+ - uses: mcbeet/check-commands@v1
4545 with:
4646 source: src
4747` ` `
4848
4949Check individual function files.
5050
5151` ` ` yml
52- - uses: mcbeet/check-commands@v1.1
52+ - uses: mcbeet/check-commands@v1
5353 with:
5454 source: foo.mcfunction bar.mcfunction
5555` ` `
5656
5757Check a data pack at the root of the repository with an explicit minecraft version.
5858
5959` ` ` yml
60- - uses: mcbeet/check-commands@v1.1
60+ - uses: mcbeet/check-commands@v1
6161 with:
6262 source: .
6363 minecraft: "1.18"
You can’t perform that action at this time.
0 commit comments