Skip to content

Commit

Permalink
Add all-my-contributors to README.md
Browse files Browse the repository at this point in the history
Tidied up workflow
  • Loading branch information
AButler committed Nov 20, 2023
1 parent 326df14 commit ef89156
Show file tree
Hide file tree
Showing 5 changed files with 727 additions and 21 deletions.
25 changes: 16 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
name: CI

on: [push, pull_request]
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

- name: Restore
run: npm ci

- name: Build
run: npm run build

- name: Restore
run: npm ci

- name: Build
run: npm run build
- name: Check contributors
run: npx all-contributors check
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<a href="https://github.com/AButler/upload-release-assets"><img alt="GitHub Actions status" src="https://github.com/AButler/upload-release-assets/workflows/CI/badge.svg"></a>

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

The Upload Release Assets GitHub Action uploads files (base on a glob) to a GitHub release. This is a cross-platform action that runs on any environment.
Expand Down
11 changes: 0 additions & 11 deletions lib/wait.js

This file was deleted.

Loading

0 comments on commit ef89156

Please sign in to comment.