You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
544 B
27 lines
544 B
--- |
|
name: Lint Test File, DO NOT USE |
|
|
|
on: |
|
workflow_dispatch: |
|
inputs: {} |
|
|
|
jobs: |
|
call-workflow: |
|
uses: bitwarden/server/.github/workflows/workflow-linter.yml@master |
|
|
|
test-normal-action: |
|
name: Download Latest |
|
runs-on: ubuntu-20.04 |
|
steps: |
|
- name: Checkout |
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
- run: | |
|
echo test |
|
|
|
test-local-action: |
|
name: Testing a local action call |
|
runs-on: ubuntu-20.04 |
|
steps: |
|
- name: local-action |
|
uses: ./version-bump
|
|
|