🔧 update CI workflow to use 'deno check' and improve Lua setup
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
deno-version: v2
|
||||
|
||||
- name: Deno lint frontend
|
||||
run: cd frontend && deno lint main.ts
|
||||
run: cd frontend && deno check
|
||||
continue-on-error: true
|
||||
|
||||
build:
|
||||
@@ -107,9 +107,10 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Lua
|
||||
uses: leafo/gh-actions-lua@v12
|
||||
|
||||
- name: Setup LuaRocks
|
||||
uses: leafo/gh-actions-luarocks@v6
|
||||
with:
|
||||
lua-version: "5.4"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user