Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cateiru authored Nov 6, 2021
1 parent 24816d0 commit 0d9feac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@ jobs:
run: yarn install --dev
- name: Run gts
run: yarn lint

- name: Set version
uses: cuchi/[email protected]
with:
template: templates/version.ts.jinja
output_file: utils/version.ts
strict: true
variables: |
version=test
- name: Run gts2
run: yarn lint
- name: build
run: yarn build

0 comments on commit 0d9feac

Please sign in to comment.