Skip to content

Commit

Permalink
Merge pull request #16 from fortran-lang/ci/workflow-name
Browse files Browse the repository at this point in the history
Dependabot alerts and minor CI changes
  • Loading branch information
gnikit committed Jan 16, 2024
2 parents 9315f4a + c3c1688 commit c90fc66
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "gnikit"
reviewers:
- "gnikit"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "gnikit"
reviewers:
- "gnikit"
6 changes: 4 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test

on: [push]

jobs:
Expand All @@ -7,8 +9,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fpm-version: ['v0.8.0', 'v0.9.0', 'latest']
node-version: ['20.x']
fpm-version: ["v0.8.0", "v0.9.0", "latest"]
node-version: ["20.x"]

steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
__GitHub Action to setup the [Fortran Package Manager](https://github.com/fortran-lang/fpm) on Ubuntu, MacOS and Windows.__

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Github actions](https://github.com/fortran-lang/setup-fpm/workflows/.github/workflows/test-workflow.yml/badge.svg?event=push)](https://github.com/fortran-lang/setup-fpm/actions)

[![.github/workflows/test-workflow.yml](https://github.com/fortran-lang/setup-fpm/actions/workflows/test-workflow.yml/badge.svg)](https://github.com/fortran-lang/setup-fpm/actions/workflows/test-workflow.yml)

## Usage

Expand Down

0 comments on commit c90fc66

Please sign in to comment.