Skip to content

update randimages to use .com instead of .ml as they changed domain #71

update randimages to use .com instead of .ml as they changed domain

update randimages to use .com instead of .ml as they changed domain #71

Workflow file for this run

name: Style check
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
style-check:
runs-on: ubuntu-latest
name: Style check
steps:
- uses: actions/checkout@v2
- name: Black Formatter
uses: lgeiger/[email protected]
with:
args: "-l 99 --check --diff ."