Skip to content

forestrie trust level updates supporting confirmation of forestrie events #1

forestrie trust level updates supporting confirmation of forestrie events

forestrie trust level updates supporting confirmation of forestrie events #1

Workflow file for this run

name: Developer Workflow Tests
on:
# we ony run these on pull request as they significantly hinder developer feed
# back if they are triggered on push
pull_request:
branches:
- main
jobs:
docker-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go-task
uses: arduino/setup-task@v1
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: docker all
run: |
task dockerall