Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Feb 23, 2024
2 parents eb41b7b + 86da37e commit 89ca030
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publiccode-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: My PublicCode Workflow

permissions:
contents: write

on:
push:
branches:
- main

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

0 comments on commit 89ca030

Please sign in to comment.