Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Use swift-custom-dump's XCTAssertNoDifference for test vectors (#9) #7

Use swift-custom-dump's XCTAssertNoDifference for test vectors (#9)

Use swift-custom-dump's XCTAssertNoDifference for test vectors (#9) #7

Workflow file for this run

name: Format
on:
push:
branches:
- main
jobs:
swift-format:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Tap
run: brew install swift-format
- name: Format
run: make format
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Run swift-format
branch: 'main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}