mirror of
https://git.victorphan.net/basketballcantho/zalo-monitor.git
synced 2026-08-07 06:53:11 +07:00
init
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
name: lint
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18.x"
|
||||
- run: npm install
|
||||
- run: npm run build:clean && npm run build:esm && npm run build:cjs
|
||||
- run: npm run lint
|
||||
Reference in New Issue
Block a user