Skip to content

chore(deps): bump @backstage-community/plugin-github-actions from 0.6.27 to 0.7.0 in /packages/app #145

chore(deps): bump @backstage-community/plugin-github-actions from 0.6.27 to 0.7.0 in /packages/app

chore(deps): bump @backstage-community/plugin-github-actions from 0.6.27 to 0.7.0 in /packages/app #145

Workflow file for this run

name: ci
permissions:
contents: read
on:
pull_request:
branches: [main]
jobs:
containers:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install score-compose
uses: score-spec/setup-score@v3
with:
file: score-compose
token: ${{ secrets.GITHUB_TOKEN }}
version: "latest"
- name: make compose-up
run: |
make compose-up
- name: install score-k8s
uses: score-spec/setup-score@v3
with:
file: score-k8s
token: ${{ secrets.GITHUB_TOKEN }}
version: "latest"
- name: make k8s-up
run: |
make kind-create-cluster
make kind-load-image
make k8s-up
validate-score:
runs-on: ubuntu-latest
env:
HUMCTL_VERSION: '*'
steps:
- name: checkout code
uses: actions/checkout@v4
- uses: humanitec/setup-cli-action@v1
with:
version: ${{ env.HUMCTL_VERSION }}
- name: humctl score validate - backstage
run: |
humctl score validate --local --strict \
score.yaml