Skip to content

Fixes a bug preventing newer packages from being converted with pytho… #584

Fixes a bug preventing newer packages from being converted with pytho…

Fixes a bug preventing newer packages from being converted with pytho… #584

Workflow file for this run

name: Housekeeping
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
check-copyrights:
name: Copyright Notice Check
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
- uses: actions/checkout@v2
- name: Check for Copyright Notices
run: make check-copyrights