mirror of
https://github.com/actions/setup-python.git
synced 2026-01-21 05:38:54 +08:00
Add ESLint, update Prettier
This commit is contained in:
parent
7b9ef6fc5a
commit
ddbb0d5a82
32 changed files with 3659 additions and 505 deletions
|
|
@ -1,2 +1,2 @@
|
|||
const CACHE_DEPENDENCY_BACKUP_PATH: string = '**/pyproject.toml';
|
||||
export {CACHE_DEPENDENCY_BACKUP_PATH};
|
||||
export const CACHE_DEPENDENCY_BACKUP_PATH = '**/pyproject.toml';
|
||||
//export {CACHE_DEPENDENCY_BACKUP_PATH};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue