Skip to content

feat: enhance CardField with cleanup and error handling improvements #142

feat: enhance CardField with cleanup and error handling improvements

feat: enhance CardField with cleanup and error handling improvements #142

Workflow file for this run

name: Check version bumped
on: [ pull_request ]
jobs:
check-version-bumped:
name: "Check version bumped"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const script = require('./scripts/check-version-bumped.js');
await script({core, github, context});