Skip to content

feat(GAT-7966): updated semantic pipeline for merge back to dev (#37) #23

feat(GAT-7966): updated semantic pipeline for merge back to dev (#37)

feat(GAT-7966): updated semantic pipeline for merge back to dev (#37) #23

Workflow file for this run

name: Lint GitHub Workflows
on:
pull_request:
paths:
- ".github/workflows/**/*.yml"
- ".github/workflows/**/*.yaml"
push:
paths:
- ".github/workflows/**/*.yml"
- ".github/workflows/**/*.yaml"
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint workflow files
uses: reviewdog/action-actionlint@v1