Skip to content

Fix CCT Test (use 8bit for weight_bit_width of Linear) #35

Fix CCT Test (use 8bit for weight_bit_width of Linear)

Fix CCT Test (use 8bit for weight_bit_width of Linear) #35

Workflow file for this run

name: Linting
on:
push:
pull_request:
workflow_dispatch:
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: Format Python Licenses
run: |
grep -Lr "SPDX-License-Identifier: Apache-2.0" --exclude-dir=".git" . | grep ".*\.py$" || [[ $? == 1 ]]
shell: bash