Skip to content

[DEPENDABOT]: Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.10.1 #941

[DEPENDABOT]: Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.10.1

[DEPENDABOT]: Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.10.1 #941

name: cookietemple lint
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
name: Check out source-code repository
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install cookietemple
run: pip install cookietemple==1.4.1
- name: Run cookietemple lint
run: cookietemple lint .