diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..67f3adb --- /dev/null +++ b/.github/workflows/main.yml @@ -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 diff --git a/.reuse/dep5 b/.reuse/dep5 index a00c650..bf89714 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,6 +3,6 @@ Upstream-Name: libphysis Upstream-Contact: Joshua Goins 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 -License: CC0-1.0 \ No newline at end of file +License: CC0-1.0