Skip to content

Add Limbo to showcase, minor bugfixes, and add to program docs #97

Add Limbo to showcase, minor bugfixes, and add to program docs

Add Limbo to showcase, minor bugfixes, and add to program docs #97

Workflow file for this run

name: PR Checks
on: [push, pull_request]
jobs:
lint:
name: Ensure the code is formatted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dprint
run: |
curl -fsSL https://dprint.dev/install.sh | sh
echo "$HOME/.dprint/bin" >> $GITHUB_PATH
- name: Check formatting
run: dprint check