File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
1
+ name : Test
2
+
1
3
on : [push]
2
4
3
5
jobs :
7
9
fail-fast : false
8
10
matrix :
9
11
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" ]
12
14
13
15
steps :
14
16
- name : Checkout
Original file line number Diff line number Diff line change 3
3
__ GitHub Action to setup the [ Fortran Package Manager] ( https://github.com/fortran-lang/fpm ) on Ubuntu, MacOS and Windows.__
4
4
5
5
[ ![ 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 )
8
7
9
8
## Usage
10
9
You can’t perform that action at this time.
0 commit comments