chore(deps): bump ubuntu from 6d8d979
to 8e5c4f0
#147
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: pre-commit | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
jobs: | |
lint-pr-title: | |
name: Validate PR titles | |
runs-on: ubuntu-latest | |
if: ${{ github.actor != 'pull[bot]' }} | |
steps: | |
- run: echo "$github.actor" | |
- uses: amannn/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
python-version: '3.8' | |
- run: pip install 'virtualenv<20.11.0' | |
- uses: pre-commit/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |