Skip to content

Merge pull request #7018 from MapServer/dependabot/github_actions/act… #8

Merge pull request #7018 from MapServer/dependabot/github_actions/act…

Merge pull request #7018 from MapServer/dependabot/github_actions/act… #8

Workflow file for this run

name: Code Checks
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]