Skip to content

Bump fsfe/reuse-action from 1 to 2 #43

Bump fsfe/reuse-action from 1 to 2

Bump fsfe/reuse-action from 1 to 2 #43

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: Pylint
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.py"
- "**.pyi"
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}"