You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/03 19:54:02 UTC

[airflow-site] branch master updated: Use Github Acton for pre-commit (#329)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f29712c  Use Github Acton for pre-commit (#329)
f29712c is described below

commit f29712cccd74a97f6f00ba11783a9003b53b6642
Author: Kamil BreguΕ‚a <mi...@users.noreply.github.com>
AuthorDate: Thu Dec 3 20:53:53 2020 +0100

    Use Github Acton for pre-commit (#329)
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 58b724e..0127bef 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
       - name: 🐍 Install Python depedencies
         run: pip install -r requirements.txt
       - name: πŸ”Ž Lint
-        run: pre-commit run --all-files --show-diff-on-failure
+        uses: pre-commit/action@0764670bf370aab253130d534e1eda7ff497dc60  # v2.0.0
       - name: πŸ”§ Build site
         run: ./site.sh build-site
       - name: πŸ… Optimize artifacts