Skip to content

Commit

Permalink
chore: add turborepo cache to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-code committed Jan 29, 2024
1 parent d1853ee commit 87f46e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
module.exports = {
ignorePatterns: ["apps/**", "packages/**"],
extends: ["@repo/eslint-config/library.js"],
parserOptions: {
project: true,
},
root: true,
};
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
build_and_lint:
name: Build and Lint
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true

steps:
- name: Check out code
Expand Down

0 comments on commit 87f46e2

Please sign in to comment.