tangled
alpha
login
or
join now
jeduardo.com
/
memtest
1
fork
atom
A simple memory testing utility
1
fork
atom
overview
issues
pulls
pipelines
Added action to checkout the repo.
jeduardo.com
4 years ago
7f58faa8
09291173
+3
1 changed file
expand all
collapse all
unified
split
.github
workflows
release.yml
+3
.github/workflows/release.yml
···
10
10
runs-on: ubuntu-20.04
11
11
12
12
steps:
13
13
+
- name: Checkout repo
14
14
+
uses: action/checkout@v2
15
15
+
13
16
- name: "Build and test"
14
17
run: |
15
18
sudo apt-get -qq update