mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Add some TODOs to the code for future reference
This commit is contained in:
@@ -2,6 +2,7 @@ import path from 'path'
|
||||
import fs from 'fs'
|
||||
import {AbstractCache} from './cache-utils'
|
||||
|
||||
// TODO: Maybe allow the user to override / tweak this set
|
||||
const PATHS_TO_CACHE = [
|
||||
'configuration-cache' // Only configuration-cache is stored at present
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user