Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Merge pull request #2 from inspirehep/dependabot/pip/django-cors-head… #10

Merge pull request #2 from inspirehep/dependabot/pip/django-cors-head…

Merge pull request #2 from inspirehep/dependabot/pip/django-cors-head… #10

Workflow file for this run

name: Push main
on:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/test.yml
with:
ref: ${{ github.ref }}
secrets: inherit