Skip to content

Commit

Permalink
Merge pull request #9 from lemastero/dependabot-config
Browse files Browse the repository at this point in the history
Create dependabot.yml configuration
  • Loading branch information
lemastero authored Dec 4, 2024
2 parents 28db63d + c4bdfdd commit 05254ab
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: agda-smash
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: agda-smash
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#+CAPTION: CI Build Status
#+NAME: fig:CI-Bade
[[https://github.com/lemastero/agda-smash/actions/workflows/main.yml/badge.svg?branch=main]]

* Agda Smash

Formal specification of Haskell [[https://hackage.haskell.org/package/smash/][smash]] library in Agda.
Expand Down

0 comments on commit 05254ab

Please sign in to comment.