Skip to content

[ci]: Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the ci-dependencies group #647

[ci]: Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the ci-dependencies group

[ci]: Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the ci-dependencies group #647

Workflow file for this run

---
name: static-analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: check out repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: run linting
run: |
export PATH="/usr/share/miniconda/bin:${PATH}"
conda install \
--yes \
-c conda-forge \
pre-commit \
requests \
types-requests \
yamllint
make lint