From 884937a4912193ac393f9569556b557579845e07 Mon Sep 17 00:00:00 2001 From: Masoud Shokohi Date: Mon, 25 Oct 2021 02:55:13 +0330 Subject: [PATCH] Update and rename main.yml to main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61b5f29..d44de36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: [macos-latest, windows-latest, ubuntu-latest] steps: - name: Checkout uses: actions/checkout@v2