Skip to content

Update readmes

Update readmes #199

# Checks that every updated file has an appropriate copyright notice.
#
# @copyright Galois, Inc
# @author Marcella Hastings <marcella@galois.com>
#
name: Copyright check
on:
pull_request:
branches:
- master
jobs:
copyright-check:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Run copyright script"
run: |
# The filter excludes files that were removed
changed_files=$(git diff --name-only --diff-filter ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }})
# NB: this will fail if any files have spaces in the names
bash scripts/check_copyright.sh $changed_files
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy