1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

set names

This commit is contained in:
Jason N. 2024-04-01 11:07:37 -04:00
parent 53caba70f4
commit 9320ef5bad
7 changed files with 12 additions and 2 deletions

30
.github/workflows/test_repo.yml vendored Normal file
View file

@ -0,0 +1,30 @@
name: Test Repo
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
variables:
name: Check variables are listed
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run test
run: |
apt-get update
apt-get install -y make
make test/repo/install-deps
make test/repo