Skip to content

Added resource module with packer target, implemented resource packing across examples #392

Added resource module with packer target, implemented resource packing across examples

Added resource module with packer target, implemented resource packing across examples #392

Workflow file for this run

name: Formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
formatting:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
# Install dependencies
- name: install latest clang-format
run: brew install clang-format
# Run formatting checks
- name: make format-check
run: make format-check