Skip to content

Move mega-linter.yml in the correct directory #22

Move mega-linter.yml in the correct directory

Move mega-linter.yml in the correct directory #22

Workflow file for this run

on:
pull_request:
permissions: read-all
jobs:
pr_container_job:
runs-on: ubuntu-latest
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: Hello world action step
uses: ./ # Uses an action in the root directory
id: hello
with:
who-to-greet: 'Mona the PR hacker'