Skip to content

build(deps): bump actions/setup-node from 2 to 4 #13

build(deps): bump actions/setup-node from 2 to 4

build(deps): bump actions/setup-node from 2 to 4 #13

Workflow file for this run

name: Test
'on':
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install test dependencies
run: |
python -m pip install --disable-pip-version-check editorconfig-checker
make dev-requirements
- name: Run tox
run: |
make lint-editorconfig
make test