Skip to content

Commit c90fc66

Browse files
authored
Merge pull request #16 from fortran-lang/ci/workflow-name
Dependabot alerts and minor CI changes
2 parents 9315f4a + c3c1688 commit c90fc66

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
assignees:
8+
- "gnikit"
9+
reviewers:
10+
- "gnikit"
11+
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "monthly"
16+
assignees:
17+
- "gnikit"
18+
reviewers:
19+
- "gnikit"

.github/workflows/test-workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Test
2+
13
on: [push]
24

35
jobs:
@@ -7,8 +9,8 @@ jobs:
79
fail-fast: false
810
matrix:
911
os: [ubuntu-latest, macos-latest, windows-latest]
10-
fpm-version: ['v0.8.0', 'v0.9.0', 'latest']
11-
node-version: ['20.x']
12+
fpm-version: ["v0.8.0", "v0.9.0", "latest"]
13+
node-version: ["20.x"]
1214

1315
steps:
1416
- name: Checkout

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
__GitHub Action to setup the [Fortran Package Manager](https://github.com/fortran-lang/fpm) on Ubuntu, MacOS and Windows.__
44

55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6-
[![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)
7-
6+
[![.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)
87

98
## Usage
109

0 commit comments

Comments
 (0)