Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Please, checks after merge #86

@Anton-Latukha

Description

@Anton-Latukha

There is a number of things that need to be done & checked to make merged hlint actions work properly.

A big diff in #83 thankfully is only haskell/actions/setup specific. There everything is Ok, seems it requires nothing.

Also #82's .github/dependabot.yml is not in #85's Git history. During merge that would resolve itself. Again - that should be no biggy at all. But because I have already redone complex merge several times & then noticed:

hlint-run/.github/dependabot.yml
hlint-setup/.github/dependabot.yml

can not be merged with .github/dependabot.yml in the scope of #85, because the .github/dependabot.yml does not exist there.

After the merge into the mainline - configs of those dependabot.yml files seems need merge into .github. As I found no evidence/docs that localized dependabot configuration would work. Seems like setting according directory: field there would be enough.

  • 2. (optional):

I kept .gitattributes files in according directories. Documentation on gitattributes for me was unclear - does git treats them as it does .gitignore (allowing to place localized .gitignore in any directory. I currently assume, git detects & works with .gitattributes localized just as well.

  • 2. Tags for hlint action versioning need to be made (as GitHub Actions mechanism depends on that) (as the continuations of rwes versioning). & as alpha/beta/pre first.

  • 3. HLint actions (their testing prereleases) need to be published to GitHub Marketplace, so we can test the full actions workflow loop.

  • 4. Final testing

I can test pre-release & then stable release actions on

And on more calm haskell-with-nixpkgs for that matter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    re: hlintConcerning the hlint actions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions