FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #1099 from pre-commit/pre-commit-ci-update-config · pre-commit/pre-commit.com@c09a10c · GitHub

.github/workflows/deploy.yml #3912

.github/workflows/deploy.yml

.github/workflows/deploy.yml #3912

Workflow file for this run

This file contains hidden or 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
on:
pull_request:
push:
branches: [main]
schedule:
- cron: '30 8 * * *'
permissions:
contents: write
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install virtualenv
- run: make
- run: make push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Back | FazBrowse Home | New Git URL