Skip to content

Merge branch 'devel' into feature/allow-backup-cronjobs-to-be-run-by-… #213

Merge branch 'devel' into feature/allow-backup-cronjobs-to-be-run-by-…

Merge branch 'devel' into feature/allow-backup-cronjobs-to-be-run-by-… #213

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint