Skip to content

feat: move authorize api to backend to have compliant response #39

feat: move authorize api to backend to have compliant response

feat: move authorize api to backend to have compliant response #39

Workflow file for this run

name: 🐚 check
on:
push:
branches:
- main
paths:
- "scripts/**"
pull_request:
branches:
- main
paths:
- "scripts/**"
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts'
severity: warning