Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 25, 2020
1 parent 3fb833a commit 53e8d2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
- name: Install sccache
uses: ./
with:
crate: sccache
- run: sccache --help
Expand All @@ -30,7 +31,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
- name: Install bat
uses: ./
with:
crate: bat
- run: bat package.json
2 changes: 1 addition & 1 deletion src/download.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os from "os";
import { promises as fs } from 'fs';
import { promises as fs } from "fs";
import path from "path";

import * as core from "@actions/core";
Expand Down

0 comments on commit 53e8d2f

Please sign in to comment.