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

Test #134

Closed
wants to merge 10 commits into from
Closed

Test #134

wants to merge 10 commits into from

Conversation

chungyc
Copy link
Member

@chungyc chungyc commented Dec 9, 2023

No description provided.

@chungyc chungyc self-assigned this Dec 9, 2023
chungyc and others added 6 commits December 20, 2023 03:35
* Remove comment.

* Format with recent version of Ormolu.

* Don't have Dependabot update Docker image references.

* Bump haskell-actions/setup from 2.5.3 to 2.6.0 (#137)

Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/haskell-actions/setup/releases)
- [Commits](haskell-actions/setup@7398b0c...7508980)

---
updated-dependencies:
- dependency-name: haskell-actions/setup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/metadata-action from 5.2.0 to 5.3.0 (#136)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@e6428a5...31cebac)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/stale from 8.0.0 to 9.0.0 (#135)

Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@1160a22...28ca103)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#138)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@a8a3f3a...c7d193f)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to Haskell Stack LTS 22.0.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@@ -49,7 +49,7 @@
details = maybe "" (++ "/") category <> "hlint/" <> runId
runId = fromMaybe "" (lookup "GITHUB_RUN_ID" env)

addToRuns "runs" (Array u) = Array $ fmap addToRun u
addToRuns "runs" (Array u) = Array $ fmap addToRun $ u

Check notice

Code scanning / HLint

Use <$> Note

src/AutomationDetails.hs:52:42-58: Suggestion: Use <$>
  
Found:
  fmap addToRun $ u
  
Perhaps:
  (addToRun <$> u)
@@ -49,7 +49,7 @@
details = maybe "" (++ "/") category <> "hlint/" <> runId
runId = fromMaybe "" (lookup "GITHUB_RUN_ID" env)

addToRuns "runs" (Array u) = Array $ fmap addToRun u
addToRuns "runs" (Array u) = Array $ fmap addToRun $ u

Check notice

Code scanning / HLint

Redundant $ Note

src/AutomationDetails.hs:52:56: Suggestion: Redundant $
  
Found:
  fmap addToRun $ u
  
Perhaps:
  fmap addToRun u
@chungyc chungyc closed this Jan 11, 2024
@chungyc chungyc deleted the test branch January 11, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant