diff options
author | Reiko Asakura | 2021-03-11 18:56:27 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-11 18:56:27 -0500 |
commit | f98c820989cc91489ce4b0499f97a7e3bd528136 (patch) | |
tree | 54dd42bf7b7a54ef59b2e4e990cb34d7ac4b6601 | |
parent | Remove IWYU from lint workflow (diff) | |
download | vds-libraries-f98c820989cc91489ce4b0499f97a7e3bd528136.tar.gz |
Run lint workflow on pull request
-rw-r--r-- | .github/workflows/lint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e09454b..5cb1c46 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,6 +7,7 @@ name: Lint on: + pull_request: push: schedule: - cron: '0 10 * * *' |