chore(CI): Hello Github Bot and Update actions version (#17285)
This commit is contained in:
parent
18f20edbfa
commit
63b10f34a6
13 changed files with 27 additions and 18 deletions
3
.github/workflows/codestyle.yml
vendored
3
.github/workflows/codestyle.yml
vendored
|
|
@ -9,8 +9,9 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||
name: check codestyle
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check core codestyle
|
||||
run: source ./apps/ci/ci-codestyle.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue