mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix typo in workflow file
This commit is contained in:
parent
21cae9590c
commit
7c33eab47a
4
.github/workflows/test.lint.cypress.yml
vendored
4
.github/workflows/test.lint.cypress.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: test:lint:licypressb
|
||||
name: test:lint:cypress
|
||||
|
||||
on: push
|
||||
|
||||
@ -7,7 +7,7 @@ jobs:
|
||||
name: Detect File Changes - lint - cypress
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
lint: ${{ steps.filter.outputs.cypress }}
|
||||
cypress: ${{ steps.filter.outputs.cypress }}
|
||||
steps:
|
||||
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
|
||||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user