Skip to content

add authentik redirect uri step (#127) #178

add authentik redirect uri step (#127)

add authentik redirect uri step (#127) #178

Workflow file for this run

name: Prettier Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prettify code
uses: creyD/[email protected]
with:
dry: True
prettier_options: '--check **/*.{js,html,md,css,scss}'