Skip to content

feat: Add ssh client to run-task so git clones through SSH (bug 19892… #332

feat: Add ssh client to run-task so git clones through SSH (bug 19892…

feat: Add ssh client to run-task so git clones through SSH (bug 19892… #332

Workflow file for this run

---
name: "Pre-commit"
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: mozilla-releng/actions/pre-commit@main