5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-08 19:26:54 +00:00
This commit is contained in:
Oluf Lorenzen 2021-05-07 16:47:06 +02:00 committed by GitHub
parent e0cf0a0e44
commit 8db798e08b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,8 @@ function addToken(url, token) {
async function main() {
await core.group('install pre-commit', async () => {
await exec.exec('python3'] 'pip', 'install', 'pre-commit']);
await exec.exec('python3'] 'pip', 'freeze', '--local']);
await exec.exec('python3' ['pip', 'install', 'pre-commit']);
await exec.exec('python3' ['pip', 'freeze', '--local']);
});
const args = [