Skip to content

Only show Create Feed button if in admin mode. (#1213) #2861

Only show Create Feed button if in admin mode. (#1213)

Only show Create Feed button if in admin mode. (#1213) #2861

Workflow file for this run

name: Backend Lint
on:
push:
branches:
- 'main'
- 'release/*'
tags:
- 'v*'
pull_request:
branches:
- 'main'
- 'release/*'
defaults:
run:
working-directory: backend
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/[email protected]