Add audit action #4

Manually merged
MichaelBradley merged 2 commits from actions into main 2025-02-23 04:21:41 -05:00
Showing only changes of commit f69b42034f - Show all commits

View file

@ -1,6 +1,11 @@
---
on: [push, pull_request] on: [push, pull_request]
name: Build
jobs: jobs:
build: build:
name: Build
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - name: Checkout