This commit is contained in:
Nils
2025-08-30 20:47:18 +02:00
parent dd5f135e37
commit 435accb6f1

22
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: "CI"
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: CI/CD Test
# https://github.com/actions/virtual-environments/
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: Dependencies
run: npm ci
- name: Lint
run: npx eslint meshcore-bot.js