Skip to content

Add afonsoft/skills third-party plugin #34

Add afonsoft/skills third-party plugin

Add afonsoft/skills third-party plugin #34

Workflow file for this run

name: marketplace
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "0 3 * * *"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: python3 scripts/validate.py ${{ github.event_name == 'schedule' && '--fetch' || '' }}