Skip to content

build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 #88

build(deps): bump github/codeql-action from 3.25.5 to 3.25.6

build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 #88

Workflow file for this run

name: RuffLint
# Runs the workflow on the below events:
# 1. on pull request raised to trunk branch.
# 2. on push event to trunk branch.
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
lint-markdown:
runs-on: ubuntu-latest
name: Lint MicroPython
steps:
- name: checkout repo content
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install and run Ruff linter
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1.0.0
with:
src: |
'src/main.py'
'src/lib/aes.py'
'src/lib/atclient.py'
'src/lib/iv_nonce.py'
'src/lib/logging.py'
'src/lib/ntp_client.py'
'src/lib/pem_service.py'
'src/lib/uasn1.py'