Skip to content

feat #2 : add contribution support #28

feat #2 : add contribution support

feat #2 : add contribution support #28

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