Some basic structure for workflows

This commit is contained in:
Cyber MacGeddon 2024-10-04 16:05:19 +01:00
parent 222dc9982c
commit a3609f03c2
2 changed files with 67 additions and 0 deletions

20
.github/workflows/pull-request.yaml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Test pull request
on:
pull_request:
permissions:
contents: read
jobs:
container-push:
name: Do nothing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3