Skip to content

Build Uiltity module cross-platform #15

Build Uiltity module cross-platform

Build Uiltity module cross-platform #15

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'CODE_OF_CONDUCT.md'
- '.editorconfig'
- '.spi.yml'
- '.github/workflows/docc.yml'
- '.github/FUNDING.yml'
pull_request:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
jobs:
lint:
name: Lint
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install XCLint
run: brew tap mattmassicotte/XCLint https://github.com/mattmassicotte/XCLint.git && brew install xclint
- name: Run XCLint
run: xclint