Skip to content

fix: make sure imported URL are https #16

fix: make sure imported URL are https

fix: make sure imported URL are https #16

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/reusing-workflows
name: PR/Push update
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
execute-lint:
uses: ./.github/workflows/linting.yml