Skip to content

Update test.yml

Update test.yml #4

Workflow file for this run

name: Test the Action
on:
push:
branches: ["main"]
jobs:
test-rsmetacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Test RSMetaCheck
# "uses: ./" tells GitHub to use the action
# defined in the root of the CURRENT repository.
uses: SoftwareUnderstanding/rs-metacheck-action@v0.3.1
with:
input: "https://github.com/${{ github.repository }}"
verbose: "true"
- name: Verify outputs generated
run: |
ls -la
ls -la pitfalls_outputs