Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Dec 20, 2023
1 parent 5af7402 commit 948347c
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@ on:
branches: [main]

jobs:
check-license-lines:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check License Lines
uses: kt3k/[email protected]
validate-locales:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
# TODO: Disable locale:validation for now
# - run: yarn run locale:validate
build:
runs-on: ubuntu-latest
strategy:
Expand All @@ -41,7 +25,7 @@ jobs:

all:
# This job ensures that all jobs above (now we have just build) are successful.
needs: [check-license-lines, build, validate-locales]
needs: [build]
runs-on: ubuntu-latest
steps:
- run: echo Success

0 comments on commit 948347c

Please sign in to comment.