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

Commit

Permalink
fix: remove broken action
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk committed Dec 10, 2024
1 parent c4c084e commit 212ed4b
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/cider-chores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,3 @@ jobs:
./dist/*.rpm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

prettier:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18]

permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}

- name: Prettify code
run: npm run format:write

- name: Commit Prettier Code
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Prettified Code\n [ci skip]"
commit_user_name: "cider-chore[bot]"
commit_user_email: "cider-chore[bot]@users.noreply.github.com"

0 comments on commit 212ed4b

Please sign in to comment.