Skip to content

Commit

Permalink
Merge branch 'commaai:master' into masksd_421-425
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSato authored Aug 5, 2023
2 parents cf6848f + b0a4761 commit 15f73f2
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check_colors_sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Maximize build space
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/check_file_location.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Maximize build space
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/check_filename.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Maximize build space
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/check_stat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Maximize build space
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dont_modify_imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Maximize build space
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
Binary file modified masks/8002_5e6e36479611f322_2019-05-06--07-55-55_15_226.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added masksd/00416.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added masksd/00417.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added masksd/00418.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added masksd/00419.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added masksd/00420.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15f73f2

Please sign in to comment.