Skip to content

Bump virtualenv from 20.0.28 to 20.26.6 in /capstone/src/main/python #296

Bump virtualenv from 20.0.28 to 20.26.6 in /capstone/src/main/python

Bump virtualenv from 20.0.28 to 20.26.6 in /capstone/src/main/python #296

Workflow file for this run

name: JavaScript Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm packages
run: npm install
- name: Lint with ESLint
run: ./node_modules/.bin/eslint capstone/src/.