Skip to content

Commit

Permalink
Update and rename super-linter.yml to prettier.yml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiz0 authored Jan 28, 2024
1 parent eced2c7 commit 3357191
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# This workflow executes several linters on changed files based on languages used in your code base whenever
# you push a code or open a pull request.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/github/super-linter
name: Lint Code Base
name: Prettier linter

on:
push:
Expand All @@ -21,8 +15,8 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v4
- name: Prettier Action
uses: creyD/prettier_action@v4.3
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
Expand Down

0 comments on commit 3357191

Please sign in to comment.