Skip to content

fix action -> checkout needed #2

fix action -> checkout needed

fix action -> checkout needed #2

Workflow file for this run

name: Create draft release on tag
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clang-format lint
uses: DoozyX/[email protected]
with:
style: GNU
source: '.'
extensions: 'h,c'
clangFormatVersion: 16