ci: add checkout step
This commit is contained in:
@@ -6,17 +6,11 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
env:
|
|
||||||
runs-on: linux
|
|
||||||
steps:
|
|
||||||
- name: Show env
|
|
||||||
run: env | sort
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: linux
|
runs-on: linux
|
||||||
steps:
|
steps:
|
||||||
- name: List files
|
- name: Checkout
|
||||||
run: ls -alh
|
uses: actions/checkout@v4
|
||||||
- name: Build tarball
|
- name: Build tarball
|
||||||
run: make tarball
|
run: make tarball
|
||||||
- name: Build rpm package
|
- name: Build rpm package
|
||||||
|
|||||||
Reference in New Issue
Block a user