Build distributed systems from scratch.
A GitHub Action for testing lsfr challenges in your CI/CD pipeline.
Add this workflow to your repository at .github/workflows/lsfr.yaml:
name: lsfr Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: st3v3nmw/lsfr-action@mainThe action runs lsfr test on every push to main and on pull requests.
For the full usage documentation, please see this guide.