Skip to content

Bump preact-cli from 3.4.6 to 3.5.0 in /app/frontend (#81) #46

Bump preact-cli from 3.4.6 to 3.5.0 in /app/frontend (#81)

Bump preact-cli from 3.4.6 to 3.5.0 in /app/frontend (#81) #46

Workflow file for this run

name: Run linter on backend
on:
push:
branches:
- "*"
schedule:
- cron: "39 12 * * 6"
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: Run linter
run: |
cd app/backend
deno lint