Skip to content

Display notice when copyrighted file is copied or renamed #200

Display notice when copyrighted file is copied or renamed

Display notice when copyrighted file is copied or renamed #200

Workflow file for this run

name: Build and test
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build & Test
run: ./ci/build-test.sh