Skip to content

Commit

Permalink
Merge pull request #951 from lean-ja/Seasawher/issue950
Browse files Browse the repository at this point in the history
warning がないことをCIで検証する
  • Loading branch information
Seasawher authored Oct 6, 2024
2 parents 6b8a63c + 48bdd76 commit 98cd592
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ jobs:
with:
build-args: "--log-level=error"

# 警告がないことを確かめるためのジョブ
# ビルドが通るかどうかとは別で扱いたいので、あえて別のジョブにしている
ubuntu_lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4

- name: lean action
uses: leanprover/lean-action@v1
with:
build-args: "--fail-level=warning"

# Lean の更新により Windows 環境でだけビルドが壊れる可能性もあるので、
# 念のために Windows 環境でもビルドを行う
windows_build:
Expand Down

0 comments on commit 98cd592

Please sign in to comment.