Skip to content

Add zip step to release.yml #10

Add zip step to release.yml

Add zip step to release.yml #10

Workflow file for this run

# SPDX-FileCopyrightText: 2023 C. J. Howard
# SPDX-License-Identifier: CC0-1.0
name: REUSE compliance
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: compliance check
uses: fsfe/reuse-action@v2