Testing gitea actions

This commit is contained in:
Yannick Reiß 2024-03-04 08:10:05 +01:00
parent dd78c0e4e4
commit 52757512e9
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
name: Test safe strings safety
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup GHDL
uses: ghdl/setup-ghdl-ci@nightly
- name: Verification of ghdl installation
run: |
ghdl --version
$(GHDL) --version
- name: build test and run test
run: |
make