Skip to content

Update tests to match new behavior #105

Update tests to match new behavior

Update tests to match new behavior #105

Workflow file for this run

---
name: Test linting using the Darker GitHub Action
on: push # yamllint disable-line rule:truthy
jobs:
darker-github-action-linting-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Darker's own GitHub action straight from the repository
uses: ./
with:
options: --check --diff --color --isort --config pyproject.toml
src: src/darker
revision: origin/master...
lint: flake8
version: "@${{ github.ref_name }}"