Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/DefinitelyTyped-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: db81b1d74ef0fa15276e46ef4ddb09c1dd630450
Choose a base ref
..
head repository: microsoft/DefinitelyTyped-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6b94bbfb0a43aed81a5f040e630049061832168d
Choose a head ref
Showing with 12 additions and 6 deletions.
  1. +3 −3 .github/workflows/ci.yml
  2. +3 −1 .github/workflows/publish-packages.yml
  3. +3 −1 .github/workflows/publish-registry.yml
  4. +3 −1 .github/workflows/retag.yml
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -36,17 +36,17 @@ jobs:
run: yarn lint
- name: test
run: yarn test
publish-packages-dry-run:
publish-packages-dry:
needs: build_and_test
uses: ./.github/workflows/publish-packages.yml
with:
dry: true
publish-registry-dry-run:
publish-registry-dry:
needs: build_and_test
uses: ./.github/workflows/publish-registry.yml
with:
dry: true
retag-dry-run:
retag-dry:
needs: build_and_test
uses: ./.github/workflows/retag.yml
with:
4 changes: 3 additions & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
@@ -3,10 +3,12 @@ on:
workflow_call:
inputs:
dry:
description: Dry run
type: boolean
workflow_dispatch:
inputs:
dry:
description: Dry run
type: boolean
jobs:
publish-packages:
@@ -37,5 +39,5 @@ jobs:
- if: always()
uses: actions/upload-artifact@v3
with:
name: ${{ github.workflow }}
name: ${{ github.job }}
path: packages/definitions-parser/data/
4 changes: 3 additions & 1 deletion .github/workflows/publish-registry.yml
Original file line number Diff line number Diff line change
@@ -3,10 +3,12 @@ on:
workflow_call:
inputs:
dry:
description: Dry run
type: boolean
workflow_dispatch:
inputs:
dry:
description: Dry run
type: boolean
jobs:
publish-registry:
@@ -34,5 +36,5 @@ jobs:
- if: always()
uses: actions/upload-artifact@v3
with:
name: ${{ github.workflow }}
name: ${{ github.job }}
path: packages/definitions-parser/data/
4 changes: 3 additions & 1 deletion .github/workflows/retag.yml
Original file line number Diff line number Diff line change
@@ -6,10 +6,12 @@ on:
workflow_call:
inputs:
dry:
description: Dry run
type: boolean
workflow_dispatch:
inputs:
dry:
description: Dry run
type: boolean
jobs:
retag:
@@ -33,5 +35,5 @@ jobs:
- if: always()
uses: actions/upload-artifact@v3
with:
name: ${{ github.workflow }}
name: ${{ github.job }}
path: packages/definitions-parser/data/