Skip to content

Commit

Permalink
chore: remove unecessary ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Dec 29, 2024
1 parent c638c5a commit 6ef629b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,9 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Use node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6ef629b

Please sign in to comment.