Skip to content

Commit

Permalink
Merge branch 'main' into float
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesnicholson authored Jun 10, 2024
2 parents 5368d70 + 0489631 commit 8b99d32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Pylint build.py
run: . /work/venv/bin/activate && python -m pylint build.py tests/size_report.py

Expand All @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -56,7 +56,7 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -80,7 +80,7 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -104,7 +104,7 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -121,11 +121,11 @@ jobs:
configuration: [Debug, Release]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Build
Expand All @@ -140,11 +140,11 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Build
Expand All @@ -163,7 +163,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cortex-M0
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "tests/mpaland-conformance"]
path = tests/mpaland-conformance
url = git@github.com:charlesnicholson/nanoprintf-paland-conformance.git
url = https://github.com/charlesnicholson/nanoprintf-paland-conformance.git

0 comments on commit 8b99d32

Please sign in to comment.