We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ddafc commit 65b886fCopy full SHA for 65b886f
.github/workflows/main.yaml
@@ -18,4 +18,7 @@ jobs:
18
node-version: '18'
19
20
- name: tests...
21
- run: cat /etc/*release
+ run: |
22
+ cat /etc/*release
23
+ ls -lahrt
24
+
0 commit comments