Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

fix: Fix bug where the api response items weren't dereferenced before… #121

fix: Fix bug where the api response items weren't dereferenced before…

fix: Fix bug where the api response items weren't dereferenced before… #121

Workflow file for this run

name: flake8
on:
push:
paths-ignore:
- README.md
- .old_cicd/*
- .github/*
- .github/workflows/*
- LICENSE
- .gitignore
- .dockerignore
- .githooks
# Run flake every time.
pull_request:
branches: [ master, develop, main ]
types: [ opened ]
jobs:
flake8-check:
uses: helxplatform/helx-github-actions/.github/workflows/code-checks-tycho.yml@main
secrets: inherit