Skip to content

Add Trosski's Starfield theme #33

Add Trosski's Starfield theme

Add Trosski's Starfield theme #33

Workflow file for this run

name: Lint Mob
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format
uses: jidicula/[email protected]
with:
clang-format-version: "16"
check-path: "."
exclude-regex: "third-party"