From c997d8d53778c560949fcbdd1aed626c4ec6b180 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 29 Oct 2021 15:26:56 +0800 Subject: [PATCH] fix: ci error --- .github/workflows/ci.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9d9150..c11eec6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,11 @@ on: jobs: lint: - - uses: actions/checkout@v2 - - uses: NTBBloodbath/selene-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: lua + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: NTBBloodbath/selene-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + args: lua