Revert "Remove lint and bump 1.0.5"

This reverts commit ac6958fe407b822e9b6b12e6ae9f38c6d4d4cecb.
This commit is contained in:
Francesco Torchia 2025-01-27 12:00:35 +01:00
parent ac6958fe40
commit ccd4ff2d7a
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
{
"name": "harvester",
"description": "Rancher UI Extension for Harvester",
"version": "1.0.5",
"version": "1.0.3",
"private": false,
"rancher": {
"annotations": {