Skip to content

Update newlib.v.log #116

Update newlib.v.log

Update newlib.v.log #116

name: Pre-Pull-Request
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run pre-commit
uses: pre-commit/[email protected]