Skip to content

Bump actions/setup-python from 2 to 5 #100

Bump actions/setup-python from 2 to 5

Bump actions/setup-python from 2 to 5 #100

Workflow file for this run

name: Lint
on:
push:
pull_request:
permissions: {}
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write # To report GitHub Actions status checks
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # super-linter needs the full git history for file changes across commits
- name: Super-linter
uses: super-linter/[email protected] # x-release-please-version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To report GitHub Actions status checks