We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a192354 commit 733c3bbCopy full SHA for 733c3bb
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
- main
6
pull_request: {}
7
schedule:
8
- - cron: '0 0 * * 0'
+ - cron: "0 0 * * 0"
9
10
jobs:
11
lint-commits:
@@ -30,7 +30,7 @@ jobs:
30
with:
31
python-version: "3.13"
32
- name: Install native dependencies
33
- run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository1.0-dev libcairo2-dev
+ run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository2.0-dev libcairo2-dev
34
- name: Cache Python packages
35
uses: actions/cache@v4
36
@@ -133,7 +133,7 @@ jobs:
133
- test
134
- docs
135
steps:
136
- - name: 'Generate token'
+ - name: "Generate token"
137
id: generate_token
138
uses: tibdex/github-app-token@v2
139
0 commit comments