Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

leetcode largest odd num in str #318

leetcode largest odd num in str

leetcode largest odd num in str #318

Workflow file for this run

name: py
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install deps with ${{ matrix.python }}
run: make deps
- name: Lint with ${{ matrix.python }}
run: make lint