Skip to content

Migrate to GitHub Actions from CircleCI #2

Migrate to GitHub Actions from CircleCI

Migrate to GitHub Actions from CircleCI #2

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