Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 (#1914) #4214

Bump follow-redirects from 1.15.4 to 1.15.6 (#1914)

Bump follow-redirects from 1.15.4 to 1.15.6 (#1914) #4214

Workflow file for this run

name: Check Code Format
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check main format
uses: DoozyX/clang-format-lint-action@v0.6
with:
source: "./main"
extensions: "h,ino"
clangFormatVersion: 9