Skip to content

feat: wire terminal buttons to live FastAPI endpoints with simulated … #25

feat: wire terminal buttons to live FastAPI endpoints with simulated …

feat: wire terminal buttons to live FastAPI endpoints with simulated … #25

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