PHP Classes

File: .github/workflows/codesee-arch-diagram.yml

Recommend this page to a friend!
  Classes of Jakub Dubec   PHP GPX Library   .github/workflows/codesee-arch-diagram.yml   Download  
File: .github/workflows/codesee-arch-diagram.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GPX Library
Parser and generator of GPS Exchange files
Author: By
Last change:
Date: 1 month ago
Size: 503 bytes
 

Contents

Class file image Download
# This workflow was added by CodeSee. Learn more at https://codesee.io/ # This is v2.0 of this workflow file on: push: branches: - master pull_request_target: types: [opened, synchronize, reopened] name: CodeSee permissions: read-all jobs: codesee: runs-on: ubuntu-latest continue-on-error: true name: Analyze the repo with CodeSee steps: - uses: Codesee-io/codesee-action@v2 with: codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}