Skip to content

Update python and node as used in CI. #39

Update python and node as used in CI.

Update python and node as used in CI. #39

Workflow file for this run

on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: npx eslint .
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: mypy
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: flake8
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: python ./build.py --fake-thumbs
- uses: actions/upload-artifact@v2
with:
name: icon
path: build/icon.png