Skip to content

Commit

Permalink
Update linter_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isopod00 authored Jul 2, 2024
1 parent 4927440 commit f373969
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/linter_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linter Check
name: Lint Check

on:
# Trigger the workflow on push to main or any pull request.
Expand All @@ -13,19 +13,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.11

- name: Install Python dependencies
run: pip install black flake8
- name: Install Python dependencies
run: pip install black flake8

- name: Run linters
uses: wearerequired/lint-action@v2
with:
black: true
flake8: true
- name: Run linters
uses: wearerequired/lint-action@v2
with:
black: true
flake8: true

0 comments on commit f373969

Please sign in to comment.