This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
chore(deps-dev): bump @next/eslint-plugin-next from 12.3.4 to 14.1.3 #391
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run Codacy Analysis on Push | |
name: Codacy Analysis CLI | |
on: ["push"] | |
jobs: | |
codacy-analysis-cli: | |
name: Codacy Analysis CLI | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@main | |
- name: Run Codacy Analysis CLI | |
uses: codacy/codacy-analysis-cli-action@master |