Skip to content

Merge pull request #5 from prombot/repo_sync #13

Merge pull request #5 from prombot/repo_sync

Merge pull request #5 from prombot/repo_sync #13

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: mpalmer/action-validator@main # v0.1.0
with:
patterns: |-
.github/workflows/*.yml
save/*.yml
restore/*.yml