Skip to content

Explicitly specify GitHub Actions workflow permissions #7

Explicitly specify GitHub Actions workflow permissions

Explicitly specify GitHub Actions workflow permissions #7

# Copyright 2024 Logan Magee
#
# SPDX-License-Identifier: MPL-2.0
name: Check licensing
on: [push, pull_request]
permissions:
contents: read
jobs:
license-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v4