File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - uses : mcbeet/check-commands@v1.1
15
+ - uses : mcbeet/check-commands@v1
16
16
with :
17
17
source : path/to/my_data_pack
18
18
` ` `
@@ -33,31 +33,31 @@ This github action installs [`mecha`](https://github.com/mcbeet/mecha) in an iso
33
33
Check a data pack when the `pack.mcmeta` file is at the root of the repository.
34
34
35
35
` ` ` yml
36
- - uses: mcbeet/check-commands@v1.1
36
+ - uses: mcbeet/check-commands@v1
37
37
with:
38
38
source: .
39
39
` ` `
40
40
41
41
Check a data pack located in the `src` directory.
42
42
43
43
` ` ` yml
44
- - uses: mcbeet/check-commands@v1.1
44
+ - uses: mcbeet/check-commands@v1
45
45
with:
46
46
source: src
47
47
` ` `
48
48
49
49
Check individual function files.
50
50
51
51
` ` ` yml
52
- - uses: mcbeet/check-commands@v1.1
52
+ - uses: mcbeet/check-commands@v1
53
53
with:
54
54
source: foo.mcfunction bar.mcfunction
55
55
` ` `
56
56
57
57
Check a data pack at the root of the repository with an explicit minecraft version.
58
58
59
59
` ` ` yml
60
- - uses: mcbeet/check-commands@v1.1
60
+ - uses: mcbeet/check-commands@v1
61
61
with:
62
62
source: .
63
63
minecraft: "1.18"
You can’t perform that action at this time.
0 commit comments