This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
[Snyk] Security upgrade express-handlebars from 5.3.1 to 7.0.0 #58
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
name: lint-filenames | |
on: | |
push: | |
branches: | |
- 'dev' | |
- 'main' | |
- 'feat/*' | |
- 'fix/*' | |
pull_request: | |
types: [opened, synchronize, reopened] | |
branches: | |
- 'main' | |
- 'dev' | |
jobs: | |
lint-filenames: | |
runs-on: ubuntu-latest | |
name: Lint filenames | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Lint Filenames | |
uses: julie-ng/lowercase-linter@v1 | |
id: linter | |
with: | |
path: '.' | |
pr-comment: true | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Output Pull Request Comment URL | |
run: echo "${{ steps.linter.outputs.comment-url }}" |