Skip to content

cutarelease.py: from __future__ import print_function #105

cutarelease.py: from __future__ import print_function

cutarelease.py: from __future__ import print_function #105

Workflow file for this run

name: Check Lint & Style
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm run check