This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a commit to tag v2.0.0 in repository https://gitbox.apache.org/repos/asf/airflow-pre-commit-action.git
commit aec80bb8b100c3dadc61b5899a8f20048e24d37e Author: Github Actions <[email protected]> AuthorDate: Wed Nov 27 22:42:10 2019 +0000 Deployed to github pages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c080e77..4190993 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ To use this action, make a file `.github/workflows/pre-commit.yml`. Here's a template to get started: ```yaml +name: pre-commit + on: pull_request: push:
