Skip to content

Bump nokogiri from 1.14.3 to 1.16.2 in /source/scripts/ruby/blog/source #1797

Bump nokogiri from 1.14.3 to 1.16.2 in /source/scripts/ruby/blog/source

Bump nokogiri from 1.14.3 to 1.16.2 in /source/scripts/ruby/blog/source #1797

Workflow file for this run

name: Code Formatting Check
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++.
uses: jidicula/clang-format-action@v4.9.0
with:
clang-format-version: '11'
check-path: 'source'