Skip to content

Commit

Permalink
Merge pull request #2 from PlugFox/feature/add-flutter-snippets
Browse files Browse the repository at this point in the history
chore: Update GitHub Actions workflow files
  • Loading branch information
PlugFox authored Aug 21, 2024
2 parents 16798c2 + f404e4e commit 9db347f
Show file tree
Hide file tree
Showing 5 changed files with 2,480 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
checkout:
name: "Checkout VS Code Extension"
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -61,3 +62,8 @@ jobs:
- name: Run Tests
run: npm test
if: runner.os != 'Linux'

- name: Lint Code
run: |
npm run vscode:prepublish
npm run lint
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:

- name: Install Dependencies
id: install
run: npm install
run: |
npm install
npm install -g @vscode/vsce
- name: Publish
id: publish
Expand Down
Loading

0 comments on commit 9db347f

Please sign in to comment.