Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haskell-actions/run-fourmolu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8
Choose a base ref
...
head repository: haskell-actions/run-fourmolu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 13 files changed
  • 6 contributors

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    20b71e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba27b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbc8d10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eb091e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    157c5ff View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21 from haskell-actions/auto-latest-version

    Automatically figure out the latest version of fourmolu
    wraithm authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5f70569 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    ba522bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from BinderDavid/fix-22

    Use actions/checkout@v3 instead of deprecatedactions/checkout@v2
    cdepillabout authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    6cccc69 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. refactor: extend docs

    - include link to pattern docs
    - show how to exclude a file
    deemp committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b451d12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from deemp/master

    refactor: extend docs
    cdepillabout authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    1aa06a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Upgrade to Node 20

    bradsherman committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2d2f45b View commit details
    Browse the repository at this point in the history
  2. Fix Build

    I ran `npm install` with the following versions and received an error.
    
      npm: 9.6.7
      node: v20.3.1
    
    The error is explained in
    [this](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported)
    stack overflow post and is related to upgrading past node v16. I ran
    `npm audit fix --force` which didn't actually fix the issue, but then I
    upgrade the version of `@vercel/ncc` and the build worked after that.
    
    I decided to upgrade all the dependencies as well since I updated one.
    bradsherman committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3c14363 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Merge pull request #25 from bradsherman/upgrade-node-version

    Upgrade to Node 20
    cdepillabout authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2921343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9f41f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa75638 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge pull request #27 from bradsherman/update-hacking

    Update README with Proper Node & NPM Versions
    cdepillabout authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0cf4b4e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Add support for working directory

    jkeuhlen authored and cdepillabout committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    66d835c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'working-dir'

    This is a squashed version of #29
    cdepillabout committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    37dd913 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG for release v11

    Also add a little more documentation for
    #29
    cdepillabout committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3b7702b View commit details
    Browse the repository at this point in the history
Loading