Skip to content

[412 and 408 HUBBLE ] - Automated linting #1

[412 and 408 HUBBLE ] - Automated linting

[412 and 408 HUBBLE ] - Automated linting #1

Workflow file for this run

name: CI Linting
on:
pull_request:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
if: >-
github.event.pull_request.merged == false &&
github.event.pull_request.state == 'open'
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- id: file_changes
uses: trilom/[email protected]
with:
output: " "
- uses: pre-commit/[email protected]
env:
extra_args: --color=always --files ${{ steps.file_changes.outputs.files}}