From 494855d4e8c4e5f5262b38157d6c48408dab43f2 Mon Sep 17 00:00:00 2001 From: andres Date: Fri, 22 Mar 2024 14:54:41 +0100 Subject: [PATCH] initial commit --- .env | 1 - .github/FUNDING.yml | 12 ------------ .github/workflows/nodejs.yml | 17 ----------------- 3 files changed, 30 deletions(-) delete mode 100644 .env delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/workflows/nodejs.yml diff --git a/.env b/.env deleted file mode 100644 index 323a3ca..0000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -BOT_TOKEN="123" \ No newline at end of file diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 9375379..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: [jsynowiec] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml deleted file mode 100644 index d495fd7..0000000 --- a/.github/workflows/nodejs.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Node.js CI - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - uses: volta-cli/action@v1 - - run: npm ci --no-audit - - run: npm run lint --if-present - - run: npm test - - run: npm run build --if-present - env: - CI: true