mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Revert "Remove lint and bump 1.0.5"
This reverts commit ac6958fe407b822e9b6b12e6ae9f38c6d4d4cecb.
This commit is contained in:
parent
ac6958fe40
commit
ccd4ff2d7a
9
.github/workflows/build-extension-charts.yml
vendored
9
.github/workflows/build-extension-charts.yml
vendored
@ -11,6 +11,15 @@ defaults:
|
||||
working-directory: ./
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Run tests
|
||||
uses: ./.github/actions/lint
|
||||
build-extension-charts:
|
||||
needs:
|
||||
- lint
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "harvester",
|
||||
"description": "Rancher UI Extension for Harvester",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.3",
|
||||
"private": false,
|
||||
"rancher": {
|
||||
"annotations": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user