Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the GitHub Actions workflow for the Fluent linter #17198

Merged
merged 3 commits into from
Oct 28, 2023

Commits on Oct 28, 2023

  1. Improve consistency in the GitHub Actions workflow for the Fluent linter

    This commit tweaks the Fluent linter workflow to match the other
    workflow files we have, so we make sure the steps have a newline between
    them for better readability and align names and descriptions of steps
    with how they are called in the other workflow files we have.
    timvandermeij committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4be44a3 View commit details
    Browse the repository at this point in the history
  2. Use Python 3.12 in the GitHub Actions workflow for the Fluent linter

    The current stable version of Python is Python 3.12, see
    https://www.python.org/downloads, so we should switch to that since
    Python 3.10 is older and only receives security updates.
    timvandermeij committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    9d6cdf2 View commit details
    Browse the repository at this point in the history
  3. Fix the configuration path in the GitHub Actions workflow for the Flu…

    …ent linter
    
    I noticed the following warning in the GitHub Actions workflow logs:
    
    `Configuration file not found: .github/linter_config.yml`
    
    The configuration file is called `fluent_linter_config.yml` instead, so
    this commit fixes the path so it points to the correct file.
    
    Fixes 487816b.
    timvandermeij committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4845d35 View commit details
    Browse the repository at this point in the history