Skip to content

chore(deps): update pypa/gh-action-pypi-publish action to v1.9.0 #1354

chore(deps): update pypa/gh-action-pypi-publish action to v1.9.0

chore(deps): update pypa/gh-action-pypi-publish action to v1.9.0 #1354

Workflow file for this run

# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: MIT
name: Languages
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Lint
run: ./scripts/lint