Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/lint-and-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
lint-and-fmt-python:
if: github.repository == 'PFCCLab/google-yamlfmt'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ wheels/
# Configuration files
src/yamlfmt/yamlfmt
src/yamlfmt/_version.py

uv.lock
109 changes: 0 additions & 109 deletions uv.lock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为什么要删掉 lockfile?一般 lockfile 是需要存在 repo 里的,确保可复现性

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

行,我考虑的是,因为编译产物并不会在这里,所以这个可复现是不稳定的。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里主要是编译依赖吧,主要能保证 CI 编译环境能一致

This file was deleted.

Loading