Testing gitea actions
This commit is contained in:
parent
dd78c0e4e4
commit
52757512e9
|
@ -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
|
Loading…
Reference in New Issue