Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: check format

permissions: {}

on:
pull_request:
branches: [ main ]
Expand All @@ -18,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: setup environment
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Linux build

permissions: {}

on:
pull_request:
branches: [ main ]
Expand Down Expand Up @@ -28,6 +30,8 @@ jobs:

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: setup environment
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/qt5.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: build and test with Qt5

permissions: {}

on:
pull_request:
branches: [ main ]
Expand All @@ -18,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: setup environment
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/run-all.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: run all

permissions: {}

on:
pull_request:
branches: [ main ]
Expand Down Expand Up @@ -61,7 +63,7 @@ jobs:
./run-linux.sh

- name: code coverage summary report
uses: irongut/CodeCoverageSummary@v1.3.0
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 #v1.3.0
with:
filename: coverage/cobertura.xml
indicators: false
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Windows build

permissions: {}

on:
pull_request:
branches: [ main ]
Expand Down Expand Up @@ -51,7 +53,7 @@ jobs:

- name: Restore cached boost dependencies
id: cache-boost-deps
uses: actions/cache@v3
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c #v3.5.0
with:
path: |
boost_1_82_0
Expand Down
Loading