mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-01 20:50:40 +08:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
'use strict';
|
|
module.exports = /^(?:.*[\\\/])?node_modules(?:[\\\/].*)?$/;
|