Skip to content

Setup initial swift structure and update contributor documentation #36

Setup initial swift structure and update contributor documentation

Setup initial swift structure and update contributor documentation #36

Workflow file for this run

name: Check Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Setup environment
run: |
make setup
- name: Run pre-commit hooks
run: make format