Skip to content

Merge pull request #127 from uyuni-project/dependabot/github_actions/… #76

Merge pull request #127 from uyuni-project/dependabot/github_actions/…

Merge pull request #127 from uyuni-project/dependabot/github_actions/… #76

Workflow file for this run

name: 'GitHub Action review'
on:
push:
branches: [ master, devel ]
paths:
- '.github/workflows/**'
pull_request:
branches: [ master, devel ]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-actionlint@v1