Skip to content

Commit

Permalink
Merge quality check actions
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jun 16, 2024
1 parent d4b044b commit c343bfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/FormatCheck.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Spell Check
name: Code Quality Check

on: [pull_request]

jobs:
code-style:
name: Format Suggestions
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v3

typos-check:
name: Spell Check with Typos
runs-on: ubuntu-latest
Expand Down

0 comments on commit c343bfa

Please sign in to comment.