Skip to content

Skip the uploading process for packages which have been already uploaded #3

Skip the uploading process for packages which have been already uploaded

Skip the uploading process for packages which have been already uploaded #3

Workflow file for this run

name: git hooks
on:
push:
branches:
- "master"
jobs:
hooks:
runs-on: ubuntu-latest
steps:
- name: Step -- 1.
uses: actions/checkout@v4
- name: Step -- 2.
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Step -- 3.
run: pip3 install --upgrade pip && pip3 install --no-cache-dir --upgrade 'poetry>=2.0.0'
- name: Step -- 4.
run: make lint