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 c3d0bb7 commit 86da37e
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 86da37e

Please sign in to comment.