From 3ec783d7d4479d5d78da7451c7d840368f962279 Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Mon, 30 Nov 2020 20:15:06 +0900 Subject: [PATCH] remove os matrix --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ea2d765..241be98 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,10 +14,6 @@ jobs: runs-on: ubuntu-latest - strategy: - matrix: - os: [macOS-latest, windows-latest, ubuntu-latest] - steps: - uses: actions/checkout@v2