Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Bump flake8 from 4.0.1 to 6.1.0 #146

Bump flake8 from 4.0.1 to 6.1.0

Bump flake8 from 4.0.1 to 6.1.0 #146

name: test_iis_config_extraction
# See https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-2016, windows-latest ]
steps:
- name: Checkout on ${{ matrix.os }}
uses: actions/checkout@v2
- name: Execute the tests suite on ${{ matrix.os }}
run: .\ci\test_iis_config_extraction.ps1
shell: powershell