Skip to content

fix: force vercel to execute main.py using python builder #22

fix: force vercel to execute main.py using python builder

fix: force vercel to execute main.py using python builder #22

Workflow file for this run

name: Lint Bash Scripts
on: [push, pull_request]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master