2
0
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:
akshayitzme 2024-11-11 12:43:48 +05:30
parent 929d3e35e0
commit 91f38d3b0c

View File

@ -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,