Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup workflows #218

Merged
merged 19 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices", "schedule:earlyMondays", ":preserveSemverRanges"],
"extends": [
"config:best-practices",
"schedule:earlyMondays",
":preserveSemverRanges",
"customManagers:biomeVersions"
],
"dependencyDashboard": true,
"lockFileMaintenance": {
"enabled": true
Expand Down
26 changes: 14 additions & 12 deletions .github/workflows/biome-linting.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: Biome Linting with Reviewdog
name: Biome Linting

on: [pull_request]
on:
push:
pull_request:

jobs:
biome:
name: Biome Linting Check
quality:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: mongolyy/reviewdog-action-biome@v1
- name: Checkout
uses: actions/checkout@v4

- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_on_error: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Biome
run: biome ci .
154 changes: 0 additions & 154 deletions .github/workflows/changeset-snapshot.yml

This file was deleted.

Loading
Loading