Skip to content

build(deps-dev): bump eslint-import-resolver-typescript #79

build(deps-dev): bump eslint-import-resolver-typescript

build(deps-dev): bump eslint-import-resolver-typescript #79

Workflow file for this run

name: Test API Image Push

Check failure on line 1 in .github/workflows/test-api-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-api-push.yml

Invalid workflow file

(Line: 11, Col: 3): Unexpected value 'content'
on:
push:
branches:
- main
paths:
- integration-tests/test-api/**
permissions:
content: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
push:
name: Push API Test
if: github.repository_owner == 'codecov'
uses: codecov/gha-workflows/.github/workflows/build-and-push-dockerhub.yml@v1.2.14
secrets: inherit
with:
push: true
image_name: codecov-javascript-bundler-plugins-test-api
docker_path: integration-tests/test-api