Skip to content

Commit

Permalink
Add GitHub actions to build and run REUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Apr 23, 2024
1 parent f0ea621 commit 2872201
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Main

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3
4 changes: 2 additions & 2 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Upstream-Name: libphysis
Upstream-Contact: Joshua Goins <josh@redstrate.com>
Source: https://git.sr.ht/~redstrate/libphysis

Files: README.md .build.yml deny.toml Cargo.toml Cargo.lock
Files: README.md .build.yml deny.toml Cargo.toml Cargo.lock .github/*
Copyright: Joshua Goins <josh@redstrate.com>
License: CC0-1.0
License: CC0-1.0

0 comments on commit 2872201

Please sign in to comment.