Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP0 #90

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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