tangled
alpha
login
or
join now
jeduardo.com
/
memtest
1
fork
atom
A simple memory testing utility
1
fork
atom
overview
issues
pulls
pipelines
Fixed action commands.
jeduardo.com
4 years ago
90c39161
7f58faa8
+3
-3
1 changed file
expand all
collapse all
unified
split
.github
workflows
release.yml
+3
-3
.github/workflows/release.yml
···
1
1
-
name: "pre-release"
1
1
+
name: "build-and-release"
2
2
3
3
on:
4
4
push:
···
6
6
- master
7
7
8
8
jobs:
9
9
-
pre-release:
9
9
+
build-and-release:
10
10
runs-on: ubuntu-20.04
11
11
12
12
steps:
13
13
- name: Checkout repo
14
14
-
uses: action/checkout@v2
14
14
+
uses: actions/checkout@v2
15
15
16
16
- name: "Build and test"
17
17
run: |