fix(ci/cd): rename .github to .gitea
This commit is contained in:
parent
c02b4ee543
commit
7f352b9733
2 changed files with 0 additions and 0 deletions
10
.gitea/workflows/luacheck.yml
Normal file
10
.gitea/workflows/luacheck.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: Luacheck
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
Luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Luacheck linter
|
||||
uses: lunarmodules/luacheck@v1
|
15
.gitea/workflows/stylua.yml
Normal file
15
.gitea/workflows/stylua.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: StyLua
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
StyLuacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: StyLua check
|
||||
uses: JohnnyMorganz/stylua-action@v3
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
version: v0.18.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
|
||||
# CLI arguments
|
||||
args: --check .
|
Loading…
Add table
Add a link
Reference in a new issue