-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'vi.limitLemmas' into vi.normal
- Loading branch information
Showing
158 changed files
with
719 additions
and
472 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,19 +12,14 @@ env: | |
# not necessarily satisfy this property. | ||
LAKE_NO_CACHE: true | ||
|
||
jobs: | ||
# Cancels previous runs of jobs in this file | ||
cancel: | ||
if: github.repository == 'leanprover-community/mathlib4' | ||
name: 'Cancel Previous Runs (CI)' | ||
runs-on: ubuntu-latest | ||
# timeout-minutes: 3 | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
all_but_latest: true | ||
access_token: ${{ github.token }} | ||
concurrency: | ||
# label each workflow run; only the latest with each label will run | ||
# workflows on master get more expressive labels | ||
group: ${{ github.workflow }}-${{ github.ref }}.${{(github.ref == 'refs/heads/master' && github.run_id) || ''}} | ||
# cancel any running workflow with the same label | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
style_lint: | ||
if: github.repository MAIN_OR_FORK 'leanprover-community/mathlib4' | ||
name: Lint styleJOB_NAME | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,19 +22,14 @@ env: | |
# not necessarily satisfy this property. | ||
LAKE_NO_CACHE: true | ||
|
||
jobs: | ||
# Cancels previous runs of jobs in this file | ||
cancel: | ||
if: github.repository == 'leanprover-community/mathlib4' | ||
name: 'Cancel Previous Runs (CI)' | ||
runs-on: ubuntu-latest | ||
# timeout-minutes: 3 | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
all_but_latest: true | ||
access_token: ${{ github.token }} | ||
concurrency: | ||
# label each workflow run; only the latest with each label will run | ||
# workflows on master get more expressive labels | ||
group: ${{ github.workflow }}-${{ github.ref }}.${{(github.ref == 'refs/heads/master' && github.run_id) || ''}} | ||
# cancel any running workflow with the same label | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
style_lint: | ||
if: github.repository == 'leanprover-community/mathlib4' | ||
name: Lint style | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,19 +29,14 @@ env: | |
# not necessarily satisfy this property. | ||
LAKE_NO_CACHE: true | ||
|
||
jobs: | ||
# Cancels previous runs of jobs in this file | ||
cancel: | ||
if: github.repository == 'leanprover-community/mathlib4' | ||
name: 'Cancel Previous Runs (CI)' | ||
runs-on: ubuntu-latest | ||
# timeout-minutes: 3 | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
all_but_latest: true | ||
access_token: ${{ github.token }} | ||
concurrency: | ||
# label each workflow run; only the latest with each label will run | ||
# workflows on master get more expressive labels | ||
group: ${{ github.workflow }}-${{ github.ref }}.${{(github.ref == 'refs/heads/master' && github.run_id) || ''}} | ||
# cancel any running workflow with the same label | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
style_lint: | ||
if: github.repository == 'leanprover-community/mathlib4' | ||
name: Lint style | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,19 +26,14 @@ env: | |
# not necessarily satisfy this property. | ||
LAKE_NO_CACHE: true | ||
|
||
jobs: | ||
# Cancels previous runs of jobs in this file | ||
cancel: | ||
if: github.repository == 'leanprover-community/mathlib4' | ||
name: 'Cancel Previous Runs (CI)' | ||
runs-on: ubuntu-latest | ||
# timeout-minutes: 3 | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
all_but_latest: true | ||
access_token: ${{ github.token }} | ||
concurrency: | ||
# label each workflow run; only the latest with each label will run | ||
# workflows on master get more expressive labels | ||
group: ${{ github.workflow }}-${{ github.ref }}.${{(github.ref == 'refs/heads/master' && github.run_id) || ''}} | ||
# cancel any running workflow with the same label | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
style_lint: | ||
if: github.repository != 'leanprover-community/mathlib4' | ||
name: Lint style (fork) | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.