Skip to content

Mark Seafile upgrades completed #90

Mark Seafile upgrades completed

Mark Seafile upgrades completed #90

# This workflow will install JQ dependencies, run tests and lint with a single version of JQ
name: JSON Validator
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/[email protected] # You can adjust to latest version here