Skip to content

Merge pull request #25 from score-spec/mathieu-benoit-patch-2 #47

Merge pull request #25 from score-spec/mathieu-benoit-patch-2

Merge pull request #25 from score-spec/mathieu-benoit-patch-2 #47

Workflow file for this run

name: ci
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
jobs:
test-patchers:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: score-spec/setup-score@9ce358a6641972930fbf1c91d93185fec520f7e4 # v3.1.8
with:
file: score-compose
version: latest
token: ${{ secrets.GITHUB_TOKEN }}
- uses: score-spec/setup-score@9ce358a6641972930fbf1c91d93185fec520f7e4 # v3.1.8
with:
file: score-k8s
version: latest
token: ${{ secrets.GITHUB_TOKEN }}
- name: test-patchers
run: |
.scripts/test-patchers.sh