Remove outdated github actions

This commit is contained in:
Matthew Sevey 2022-05-25 09:31:37 -04:00
parent 6085224a5d
commit 9e20478f4c
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
2 changed files with 0 additions and 25 deletions

View File

@ -17,7 +17,6 @@ jobs:
- docker/nginx/testing/Dockerfile
- docker/sia/Dockerfile
- packages/dashboard/Dockerfile
- packages/dashboard-v2/Dockerfile
- packages/dnslink-api/Dockerfile
- packages/handshake-api/Dockerfile
- packages/health-check/Dockerfile

View File

@ -1,24 +0,0 @@
name: Lint - packages/dashboard-v2
on:
pull_request:
paths:
- packages/dashboard-v2/**
defaults:
run:
working-directory: packages/dashboard-v2
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- run: yarn
- run: yarn prettier --check
- run: yarn lint