Skip to content

Commit

Permalink
Create publiccode-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 authored Feb 22, 2024
1 parent e6ebd34 commit ab40854
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publiccode-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: My PublicCode Workflow

permissions:
contents: write

on:
push:
branches:
- main
- development

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Update publiccode.yaml
uses: OpenCatalogi/publiccode-action@latest

0 comments on commit ab40854

Please sign in to comment.