mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-22 14:50:47 +00:00
bump biome to 2.1.4 (#201)
This commit is contained in:
committed by
GitHub
parent
f46fd74e35
commit
57714a7c8a
@@ -1,12 +1,10 @@
|
||||
import { Octokit } from "@octokit/core";
|
||||
import * as core from "@actions/core";
|
||||
import { Octokit } from "@octokit/core";
|
||||
import { paginateRest } from "@octokit/plugin-paginate-rest";
|
||||
import { restEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
|
||||
|
||||
import { OWNER, REPO } from "./utils/constants";
|
||||
import * as semver from "semver";
|
||||
|
||||
import { updateChecksums } from "./download/checksum/update-known-checksums";
|
||||
import { OWNER, REPO } from "./utils/constants";
|
||||
|
||||
const PaginatingOctokit = Octokit.plugin(paginateRest, restEndpointMethods);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user