Skip to content

Commit

Permalink
fix naming and add extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudmoravej committed Nov 8, 2023
1 parent 47084bb commit f73cda7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/main.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Typescript Type Check

on: [push]

jobs:
run:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.5.1"

- name: Install Dependencies
run: yarn install

- name: Run tsc
run: yarn tsc
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"graphql.vscode-graphql",
"graphql.vscode-graphql-syntax",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss"
"bradlc.vscode-tailwindcss",
"github.vscode-github-actions"
]
}

0 comments on commit f73cda7

Please sign in to comment.