This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +24
-49
lines changed Expand file tree Collapse file tree 4 files changed +24
-49
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on : [push]
4+
5+ env :
6+ CI : true
7+
8+ jobs :
9+ Test :
10+ strategy :
11+ matrix :
12+ os : [macos-latest]
13+ channel : [stable, beta]
14+ runs-on : ${{ matrix.os }}
15+ steps :
16+ - uses : actions/checkout@v1
17+ - uses : UziTech/action-setup-atom@v2
18+ with :
19+ version : ${{ matrix.channel }}
20+ - name : Install dependencies
21+ run : apm install
22+ - name : Run tests
23+ run : atom --test spec
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Find and Replace package
2- [ ![ OS X Build Status ] ( https://travis-ci.org /atom/find-and-replace.svg?branch=master )] ( https://travis-ci.org/atom/find-and-replace ) [ ![ Windows Build Status ] ( https:// ci.appveyor.com/api/projects/status/6w4baiiq5mw4nxky/branch/master? svg=true )] ( https://ci.appveyor. com/project/Atom/find-and-replace/branch/master ) [ ![ Dependency Status ] ( https://david-dm.org/ atom/find-and-replace.svg )] ( https://david-dm.org/atom/find-and-replace )
2+ [ ![ CI ] ( https://github.com /atom/find-and-replace/actions/workflows/ ci.yml/badge. svg )] ( https://github. com/atom/find-and-replace/actions/workflows/ci.yml )
33
44Find and replace in the current buffer or across the entire project in Atom.
55
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments