8000 Update binary macos-latest · dangduc/fzf-native@47b9528 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update binary macos-latest #13

Update binary macos-latest

Update binary macos-latest #13

Workflow file for this run

name: Format
on:
workflow_dispatch:
pull_request:
push:
branches: ["main", "develop"]
paths: ["CMakeLists.txt"]
jobs:
format:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run cmake-format
uses: PuneetMatharu/cmake-format-lint-action@a7e22edff1347b154dc1a0e8f900c450303efdf7
with:
args: --enable-markup --check
0