Skip to content

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #1103

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #1103

Workflow file for this run

name: Node
on:
pull_request:
branches:
- main
- release-*
push:
branches:
- main
- release-*
jobs:
yarn:
name: Run Node checks
runs-on: ubuntu-latest
steps:
- name: Check-out code
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
- run: yarn install
working-directory: client/web/antrea-ui/
- run: yarn lint
working-directory: client/web/antrea-ui/
- run: yarn test
working-directory: client/web/antrea-ui/