mirror of
https://github.com/frappe/books.git
synced 2025-01-03 07:12:21 +00:00
incr: fix linting
This commit is contained in:
parent
929d3e35e0
commit
91f38d3b0c
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -9,19 +9,19 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- { os: macos-14, shell: bash, opt: '--mac', dist: 'dist-macOS-arm' },
|
||||
- { os: macos-14, shell: bash, opt: '--mac', dist: 'dist-macOS-arm' }
|
||||
- {
|
||||
os: macos-13,
|
||||
shell: bash,
|
||||
opt: '--mac',
|
||||
dist: 'dist-macOS-x86_64',
|
||||
},
|
||||
}
|
||||
- {
|
||||
os: ubuntu-latest,
|
||||
shell: bash,
|
||||
opt: '--linux',
|
||||
dist: 'dist-linux',
|
||||
},
|
||||
}
|
||||
- {
|
||||
os: windows-2019,
|
||||
shell: bash,
|
||||
|
Loading…
Reference in New Issue
Block a user