Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 22, 2025
1 parent cd5ed80 commit 4b93191
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @freckle/engineering
* @freckle/team-platform
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@ jobs:
runs-on: cicd-prod-03-ubuntu-prod
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn build
- run: yarn test --passWithNoTests
- run: "echo 'TODO: tests'"
2 changes: 1 addition & 1 deletion .github/workflows/mergeabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: freckle/mergeabot-action@v2
with:
quarantine-days: 5
quarantine-days: -1

0 comments on commit 4b93191

Please sign in to comment.