Skip to content

Commit

Permalink
update repository reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoolarte committed Aug 9, 2023
1 parent 0a09428 commit b7145e6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This workflow executes several linters on changed files based on languages used in your code base whenever
# 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.
Expand All @@ -8,21 +9,22 @@ name: Lint Code Base

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
# 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
uses: super-linter/super-linter
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
Expand Down

1 comment on commit b7145e6

@vercel
Copy link

@vercel vercel bot commented on b7145e6 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

miconomy – ./

miconomy-git-main-mateoolarte.vercel.app
miconomy.vercel.app
miconomy-mateoolarte.vercel.app

Please sign in to comment.