Skip to content

internal: bump @octokit/request-error from 5.1.0 to 5.1.1 in /skymp5-server #8623

internal: bump @octokit/request-error from 5.1.0 to 5.1.1 in /skymp5-server

internal: bump @octokit/request-error from 5.1.0 to 5.1.1 in /skymp5-server #8623

Workflow file for this run

name: Formatting check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ensure files terminated with one LF
uses: fernandrone/[email protected]
id: linelint
- name: Ensure files use LF line endings instead of CRLF
uses: erclu/check-crlf@v1
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: '15'
exclude-regex: '(.*overlay_ports.*)|(.*skyrim-platform/src/platform_se/skyrim_platform/Concepts.h)|(.*serialization/include/concepts/.*)|(.*third_party.*)'