Bump actions/deploy-pages from 3 to 4 #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## REUSE compliance linter, see https://reuse.software/faq/ - for nimtemplate. | |
# Copyright © 2022 Free Software Foundation Europe e.V. <https://fsfe.org> | |
# Copyright © 2023 Gruruya <gruruya.chi4c@slmails.com> | |
# SPDX-License-Identifier: CC0-1.0 | |
name: linting reuse | |
## See also: | |
## * https://github.com/marketplace/actions/reuse-compliance-check | |
on: [push, pull_request] | |
jobs: | |
REUSE-Compliance-Check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@v2 |