This commit is contained in:
parent
498f209287
commit
9e33c72484
@ -4,13 +4,11 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
run-builds:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run build
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run ls
|
||||
run: ls
|
||||
- name: Install things
|
||||
|
Loading…
Reference in New Issue
Block a user