Skip to content

Update build-release-files.yml #125

Update build-release-files.yml

Update build-release-files.yml #125

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