From 435accb6f11f515df74deb80e115fbdf85f74d5f Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 30 Aug 2025 20:47:18 +0200 Subject: [PATCH] ci --- .github/workflows/ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..f075265 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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