Skip to content

fix: corrected syntax error in vercel.json #23

fix: corrected syntax error in vercel.json

fix: corrected syntax error in vercel.json #23

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