From 3647abb8e70b123fe3f7bb586cd40e1df96cf6f8 Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Fri, 10 Feb 2023 12:18:33 -0700 Subject: [PATCH] Create main.yml Signed-off-by: xn0px90 --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..fe1ed24 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +name: CI +on: + pull_request: + branches: [main] +jobs: + Awesome_Lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - run: npx awesome-lint