Skip to content

Update coding standard to v12 #377

Update coding standard to v12

Update coding standard to v12 #377

Workflow file for this run

name: "Backward Compatibility Check"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/bc-check.yml
- lib/**
push:
branches:
- "*.x"
paths:
- .github/workflows/bc-check.yml
- lib/**
jobs:
roave_bc_check:
name: "Roave BC Check"
runs-on: "ubuntu-22.04"
steps:
- uses: "actions/checkout@v3"
with:
fetch-depth: 0
- name: "Roave BC Check"
uses: "docker://nyholm/roave-bc-check-ga"
with:
args: "--from=${{ github.event.pull_request.base.sha }}"