Skip to content

chore(repo): Update dependencies js-yaml from v4.1.1 to v5 #931

chore(repo): Update dependencies js-yaml from v4.1.1 to v5

chore(repo): Update dependencies js-yaml from v4.1.1 to v5 #931

name: Set Commit Status
on:
pull_request:
branches: [main]
paths:
- 'src/**'
- 'dist/**'
- 'package.json'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: ./
with:
helper: set-commit-status
sha: ${{ github.event.pull_request.head.sha }}
context: Commit Status Test
state: success
description: set-commit-status is working!