Skip to content
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

[Snyk] Security upgrade express-handlebars from 5.3.1 to 7.0.0

[Snyk] Security upgrade express-handlebars from 5.3.1 to 7.0.0 #58

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 }}"