diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a7302f9..0e68356 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: lint +name: lint with luacheck # Controls when the action will run. on: [push, pull_request] diff --git a/.github/workflows/stylua_check.yml b/.github/workflows/stylua_check.yml index 33feb9e..7bbdeb4 100644 --- a/.github/workflows/stylua_check.yml +++ b/.github/workflows/stylua_check.yml @@ -1,4 +1,4 @@ -name: lint +name: lint with stylua on: workflow_dispatch: pull_request: