1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-07-31 09:57:47 +00:00

Clean some stuff in workflows

This commit is contained in:
RGBCube 2022-12-04 20:00:20 +03:00
parent 3f3180f80a
commit c05816a92f
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Deploy Docs
on: push on: push
jobs: jobs:
build: deploy-docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set Up V - name: Set Up V

View file

@ -5,7 +5,7 @@ on:
- push - push
jobs: jobs:
build: verify-formatting:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set Up V - name: Set Up V