clear everything

This commit is contained in:
Amruth Pillai
2022-02-28 20:23:10 +01:00
parent ff892e3ea5
commit 2175256310
301 changed files with 0 additions and 84972 deletions
-3
View File
@@ -1,3 +0,0 @@
# These are supported funding model platforms
custom: ['buymeacoffee.com/AmruthPillai']
-34
View File
@@ -1,34 +0,0 @@
name: CodeQL Analysis
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
schedule:
- cron: '37 16 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
-27
View File
@@ -1,27 +0,0 @@
name: Run Unit Tests
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test