Skip to content

Commit

Permalink
feat: no coding style ahah
Browse files Browse the repository at this point in the history
  • Loading branch information
drawbu committed Apr 22, 2024
1 parent 54bc505 commit 778d4c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,31 +58,8 @@ jobs:
git commit -m "Fix headers" || echo "nothing to commit."
git push origin || echo "nothing to push."
coding_style:
runs-on: ubuntu-latest
needs: [ unittest ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: $SSH_PUB_KEY

- name: Nix cache
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-23.05

- name: Run coding style
run: |
nix run github:Sigmapitech/cs src
mirror:
needs: [ unittest, fix_headers, coding_style ]
needs: [ unittest, fix_headers ]
if: ${{ !github.event.pull_request }}
runs-on: ubuntu-latest

Expand Down
2 changes: 0 additions & 2 deletions ecsls.toml

This file was deleted.

0 comments on commit 778d4c8

Please sign in to comment.