Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed May 23, 2024
1 parent db8a676 commit dc27ab3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ jobs:
whoami
make deps build
ls -lah bin/launchr
mkdir -p interaction/softwares/roles/whatever/meta/
cat <<EOF > interaction/softwares/roles/whatever/meta/plasma.yaml
plasma:
author: Whoever
categories:
- kind.software
- machine
description: Whatever
license: MIT
version: 197d7ab84a2b4
EOF
touch interaction/softwares/roles/whatever/meta/whatever
git add -A
git commit -m "CI testing"
./bin/launchr bump
go-linters:
Expand Down

0 comments on commit dc27ab3

Please sign in to comment.