Skip to content

chore(POCP-1226): support 8-digit IINs in card event #290

chore(POCP-1226): support 8-digit IINs in card event

chore(POCP-1226): support 8-digit IINs in card event #290

Workflow file for this run

name: Check version bumped
on:
pull_request:
paths-ignore:
- '.github/**'
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});