Skip to content

added a flag for if the file is a local path or not #1454

added a flag for if the file is a local path or not

added a flag for if the file is a local path or not #1454

Workflow file for this run

name: Trunk.io
on:
push:
branches:
- main
- develop
- trunk-merge/**
pull_request:
branches:
- main
- develop
- "*"
permissions: read-all
jobs:
trunk:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Trunk Check
uses: trunk-io/trunk-action@v1