Skip to content

Merge pull request #11 from freedomofpress/github-actions #5

Merge pull request #11 from freedomofpress/github-actions

Merge pull request #11 from freedomofpress/github-actions #5

Workflow file for this run

---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: rust:buster
steps:
- uses: actions/checkout@v3
- run: rm -f target/
- run: cargo build
- run: ./target/debug/sdstatus -h