Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Show error message if stack is not available #3

Show error message if stack is not available

Show error message if stack is not available #3

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
jslint:
name: Eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm i -g pnpm
- run: pnpm i --no-optional
- run: pnpm i eslint eslint-plugin-node
- run: pnpm run lint
lualint:
name: Luacheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nebularg/[email protected]
with:
files: module/
annotate: "error"