Skip to content

Update README.md: make dlr logo slightly larger. #134

Update README.md: make dlr logo slightly larger.

Update README.md: make dlr logo slightly larger. #134

Workflow file for this run

name: Code analysis checks
on: [push]
jobs:
codeanalysis:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
python-version: [3.8]
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make lint