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

kachick/elm-dependency-submission

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Feb 12, 2024
Oct 5, 2023
Jun 28, 2022
Feb 18, 2024
Jan 16, 2023
Oct 18, 2023
Oct 5, 2023
Jun 18, 2022
Oct 5, 2023
Oct 5, 2023
Jan 16, 2023
Oct 5, 2023
Jun 18, 2022
Oct 5, 2023
Oct 5, 2023
Jul 22, 2023
Oct 5, 2023
Oct 5, 2023
Oct 5, 2023
Oct 5, 2023
Oct 5, 2023
Feb 18, 2024
Feb 18, 2024
Oct 5, 2023

Repository files navigation

elm-dependency-submission

Test & Lint

This GitHub Action send elm dependencies list to the Dependency submission API. Dependencies then appear in your repository's dependency graph.

Example

name: Send Elm dependencies
on:
  push:
    branches:
      - main

# The API requires write permission on the repository to submit dependencies
permissions:
  contents: write

jobs:
  elm-dependency-submission:
    runs-on: ubuntu-latest
    steps:
      - name: 'Checkout Repository'
        uses: actions/checkout@v4
      - name: Run snapshot action
        uses: kachick/elm-dependency-submission@v2
        with:
          #
          # Optional: Default "elm.json". Change it if different in your repository
          elm-json-path: elm.json

You can see the working image at here. It is parsing emobu/elm.json.

Example of snapshot