diff --git a/.github/workflows/runic.yaml b/.github/workflows/runic.yaml deleted file mode 100644 index e75c8ffa..00000000 --- a/.github/workflows/runic.yaml +++ /dev/null @@ -1,36 +0,0 @@ -name: Runic formatting - -on: - pull_request: - branches: [main] - paths: - - "**.jl" - - ".github/workflows/runic.yaml" - push: - branches: [main] - paths: - - "**.jl" - - ".github/workflows/runic.yaml" - -permissions: - contents: read - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} - cancel-in-progress: true - -jobs: - runic: - name: Runic formatting - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v7 - - - name: Set up Julia - uses: julia-actions/setup-julia@v3 - with: - version: "1.11" - - - uses: fredrikekre/runic-action@v1 - with: - version: "1" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fee86e93..19318fc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,3 @@ -ci: - skip: - - runic - repos: # Basic file cleanliness - repo: https://github.com/pre-commit/pre-commit-hooks