Skip to content

chore(deps): update pypa/gh-action-pypi-publish digest to ec4db0b #1043

chore(deps): update pypa/gh-action-pypi-publish digest to ec4db0b

chore(deps): update pypa/gh-action-pypi-publish digest to ec4db0b #1043

Workflow file for this run

name: Python Lint CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
files.pythonhosted.org:443
github.com:443
pypi.org:443
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
- name: Install tox
run: python -m pip install tox
- name: Lint
run: python -m tox -e lint