Skip to content

Commit

Permalink
chore(ci): add lint workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <[email protected]>
  • Loading branch information
Fral738 committed Dec 25, 2024
1 parent 403dd27 commit b24fc9a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Lint
on:
push:
branches:
- main
paths:
- "Taskfile.yaml"
- ".github/**"
- "bin/**"
- "_data/**"
- "_config*"
pull_request:
repository_dispatch:
types: ["Lint"]
workflow_dispatch:

jobs:
prettier:
uses: werf/common-ci/.github/workflows/lint.yml@chore/ci/lint

notification:
name: Notification
if: always()
uses: werf/common-ci/.github/workflows/notification.yml@main
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
notificationChannel: ${{ secrets.LOOP_NOTIFICATION_CHANNEL }}

0 comments on commit b24fc9a

Please sign in to comment.