Skip to content

Commit

Permalink
chore: add GitHubActions catalog-info
Browse files Browse the repository at this point in the history
  • Loading branch information
renatofilippelli committed Aug 13, 2024
1 parent 62c7570 commit cb0ede8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/backstage_validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Catalog-info.yaml validation

on:
pull_request:

permissions:
id-token: write
contents: write
statuses: write

jobs:
validate-catalog-info:
name: Catalog-info.yaml validation
runs-on: ubuntu-latest
steps:
- uses: creditas/developerhub/actions/validator@master

0 comments on commit cb0ede8

Please sign in to comment.