Skip to content

st3v3nmw/lsfr-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsfr GitHub Action

Build distributed systems from scratch.

A GitHub Action for testing lsfr challenges in your CI/CD pipeline.

Quick Start

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@main

The action runs lsfr test on every push to main and on pull requests.

Usage

For the full usage documentation, please see this guide.

Releases

No releases published

Packages

No packages published

Languages