Skip to content

Commit

Permalink
black formater added everything else removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Arteiii committed Oct 24, 2023
1 parent fe8f28b commit 480a1bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 90 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/python-app.yml

This file was deleted.

58 changes: 5 additions & 53 deletions .github/workflows/super_linter.yml
Original file line number Diff line number Diff line change
@@ -1,59 +1,11 @@
---
#################################
#################################
## Super Linter GitHub Actions ##
#################################
#################################
name: Lint Code Base
name: Python Black Lint

#############################
# Start the job on all push #
#############################
on:
push:
branches-ignore: [master, main]
# Remove the line above to run when pushing to master or main
pull_request:
branches: [master, main]
on: [push, pull_request]

###############
# Set the Job #
###############
jobs:
build:
# Name the Job
name: Lint Code Base
# Set the agent to run on
lint:
runs-on: ubuntu-latest

############################################
# Grant status permission for MULTI_STATUS #
############################################
permissions:
contents: read
packages: read
statuses: write

##################
# Load all steps #
##################
steps:
##########################
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0

################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: psf/black@stable

0 comments on commit 480a1bd

Please sign in to comment.