Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteElephant-abc committed Dec 21, 2024
1 parent 6426801 commit 10f6508
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/Check minecraft commands 1.13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check commands 1.13
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mcbeet/check-commands@v1
with:
source: .
minecraft: "1.13"
16 changes: 16 additions & 0 deletions .github/workflows/Check minecraft commands 1.16.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check commands 1.16
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mcbeet/check-commands@v1
with:
source: .
minecraft: "1.16"
16 changes: 16 additions & 0 deletions .github/workflows/Check minecraft commands 1.18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check commands 1.18
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mcbeet/check-commands@v1
with:
source: .
minecraft: "1.18"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode/

0 comments on commit 10f6508

Please sign in to comment.