Skip to content

Bump anothrNick/github-tag-action from 1.36.0 to 1.71.0 #231

Bump anothrNick/github-tag-action from 1.36.0 to 1.71.0

Bump anothrNick/github-tag-action from 1.36.0 to 1.71.0 #231

Workflow file for this run

name: PR validations
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}