Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #777

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #777

Workflow file for this run

name: Style Checker
on: [push, pull_request]
jobs:
Check-Style:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt-get install -y
python3
- uses: actions/checkout@v2
with:
submodules: recursive
- run: |
stylechecker/main.py --root . --options stylechecker-options.json