chore: add names for gh actions
This commit is contained in:
parent
ceb0940638
commit
1377458fe3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
# This is a basic workflow to help you get started with Actions
|
# This is a basic workflow to help you get started with Actions
|
||||||
|
|
||||||
name: lint
|
name: lint with luacheck
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
|
||||||
2
.github/workflows/stylua_check.yml
vendored
2
.github/workflows/stylua_check.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: lint
|
name: lint with stylua
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue