Skip to content

⬆️ Bump pylint from 3.2.3 to 3.2.4 #190

⬆️ Bump pylint from 3.2.3 to 3.2.4

⬆️ Bump pylint from 3.2.3 to 3.2.4 #190

Workflow file for this run

---
name: Build and Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build and Test
id: build_and_test
shell: bash
run: |
bash scripts/build-and-test.sh