Skip to content

Added status badge to README.md #51

Added status badge to README.md

Added status badge to README.md #51

Workflow file for this run

name: Validation
permissions:
contents: read
packages: write
checks: write
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: 'true'
- name: Checkout Validation
uses: actions/checkout@v4
with:
repository: kaiser-chris/tiger-action
ref: 'main'
path: 'validation'
token: ${{ secrets.VALIDATION_TOKEN }}
- name: Validate
uses: ./validation/
with:
mod-directory: 'mod'
action-directory: 'validation'