Skip to content

Update to Rust 1.82.0 and fix lints #482

Update to Rust 1.82.0 and fix lints

Update to Rust 1.82.0 and fix lints #482

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/cancel-workflow-action@0.11.0
- uses: actions/checkout@v2
- name: Check for Copyright Notices
run: make check-copyrights