File: plugin-validate.yml

package info (click to toggle)
pyglossary 5.0.9-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,896 kB
  • sloc: python: 46,165; sh: 308; javascript: 100; xml: 42; makefile: 28
file content (30 lines) | stat: -rw-r--r-- 643 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "Validate Plugins"

on:
  push:
    branches: ["master", "dev", "github-action"]
  pull_request:
  schedule:
    - cron: "33 1 * * 3"

jobs:
  ubuntu:
    name: Ubuntu

    strategy:
      fail-fast: false
      matrix:
        python-version: ["3.13"]

    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Set up Python ${{ matrix.python-version }}
        uses: actions/setup-python@v5
        with:
          python-version: ${{ matrix.python-version }}
      - name: List files
        run: ls -l
      - name: Validate Plugins
        run: python ./scripts/plugin-validate.py