Skip to content

Cleanup workflows

Cleanup workflows #10

Workflow file for this run

---
name: CI
on:
pull_request:
push:
branches: [main, 'release-*']
tags: ['v*']
permissions:
contents: read
jobs:
test:
name: Test actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Validate Workflows and Custom Actions
uses: superq/action-validator@97a4e9c86388ddcc54614fb3e849a2fd4f7e124d # https://github.com/mpalmer/action-validator/pull/117
with:
patterns: |-
.github/workflows/*.yml
build/action.yml
publish_main/action.yml
publish_release/action.yml