Skip to content
Open

WIP0 #90

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
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
container:
image: "ubuntu:22.04"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install required dependencies
run: |
apt update
Expand All @@ -32,7 +32,7 @@ jobs:
container:
image: "ubuntu:22.04"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install required dependencies
run: |
apt update
Expand All @@ -56,7 +56,7 @@ jobs:
container:
image: "ubuntu:22.04"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install required dependencies
run: |
apt update
Expand Down Expand Up @@ -105,11 +105,9 @@ jobs:
apt update && apt install --yes sudo
sudo apt install --yes git
sudo DEBIAN_FRONTEND=noninteractive apt install --yes npm
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
# needed because of commit-lint, see https://github.com/conventional-changelog/commitlint/issues/3376
fetch-depth: 0
# workaround for https://github.com/actions/runner/issues/2033
- name: ownership workaround
run: git config --global --add safe.directory '*'
Expand Down